Color Hex Logo

#992611 Color Hex

#992611
(153,38,17)
0 Favorites   0 Comments

Color spaces of #992611

RGB 1533817
HSL0.030.800.33
HSV89°60°
CMYK 0.000.750.89   0.40
XYZ13.93128.19901.3786
Yxy8.19900.59260.3488
Hunter Lab28.633936.736017.1892
CIE-Lab34.393946.409840.2714

#992611 color RGB value is (153,38,17).

#992611 hex color red value is 153, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #992611 hue: 0.03 , saturation: 0.80 and the lightness value of 992611 is 0.33.

The process color (four color CMYK) of #992611 color hex is 0.00, 0.75, 0.89, 0.40. Web safe color of #992611 is #993300. Color #992611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100110 00010001
Octal 231 46 21
Decimal 153 38 17
Hex 99 26 11

RGB Percentages of Color #992611

%73.56
%18.27
%8.17

CMYK Percentages of Color #992611

%0
%75
%89
%40

Triadic Colors of #992611

#992611 #119926 #261199

Analogous Colors of #992611

#992611 #996a11 #991140

Monochromatic Colors of #992611

#992611

Complementary Color

#992611 #118499

#992611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992611 Color CSS Codes

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

#992611 Text Font Color

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

This sample text font color is #992611
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.


#992611 Background Color

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

This div background color is #992611


#992611 Border Color

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

This div border color is #992611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,38,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #992611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #992611;
  -webkit-box-shadow: 1px 1px 3px 2px #992611;
  box-shadow:         1px 1px 3px 2px #992611; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992611


Comments

No comments written yet.

Please login to write comment.