Color Hex Logo

#99630b Color Hex

#99630B
(153,99,11)
0 Favorites   0 Comments

Color spaces of #99630b

RGB 1539911
HSL0.100.870.32
HSV37°93°60°
CMYK 0.000.350.93   0.40
XYZ17.659115.72012.4202
Yxy15.72010.49330.4391
Hunter Lab39.648610.117224.1349
CIE-Lab46.605115.458051.7065

#99630b color RGB value is (153,99,11).

#99630b hex color red value is 153, green value is 99 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #99630b hue: 0.10 , saturation: 0.87 and the lightness value of 99630b is 0.32.

The process color (four color CMYK) of #99630b color hex is 0.00, 0.35, 0.93, 0.40. Web safe color of #99630b is #996600. Color #99630b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100011 00001011
Octal 231 143 13
Decimal 153 99 11
Hex 99 63 B

RGB Percentages of Color #99630b

%58.17
%37.64
%4.18

CMYK Percentages of Color #99630b

%0
%35
%93
%40

Triadic Colors of #99630b

#99630b #0b9963 #630b99

Analogous Colors of #99630b

#99630b #88990b #991c0b

Monochromatic Colors of #99630b

#99630b

Complementary Color

#99630b #0b4199

#99630b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99630b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99630b Color CSS Codes

.mybgcolor {background-color:#99630b; } 
.myforecolor {color:#99630b; }
.mybordercolor {border:3px solid #99630b; }

#99630b Text Font Color

<p style="color:#99630b">Text here</p>

This sample text font color is #99630b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99630b Background Color

<div style="background-color:#99630b">
Div content here</div>

This div background color is #99630b


#99630b Border Color

<div style="border:3px solid #99630b">
Div here</div>

This div border color is #99630b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,99,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99630b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99630b;
  -webkit-box-shadow: 1px 1px 3px 2px #99630b;
  box-shadow:         1px 1px 3px 2px #99630b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,99,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99630b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99630b;
  -webkit-box-shadow: 1px 1px 3px 2px #99630b;
  box-shadow:         1px 1px 3px 2px #99630b;">
Div content here</div>

This div box has shadow with color #99630b


Comments

No comments written yet.

Please login to write comment.