#992E06

Color #992E06 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #992E06

Tints of Saddle Brown #992E06

Color information

#992E06 (or 0x992E06) is unknown color: approx Saddle Brown. HEX triplet: 99, 2E and 06. RGB value is (153,46,6). Sum of RGB (Red+Green+Blue) = 153+46+6=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992E06 is #66D1F9. Grayscale: #494949. Windows color (decimal): -6738426 or 405145. OLE color: 405145.

HSL color Cylindrical-coordinate representation of color #992E06: hue angle of 16.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #992E06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153466-
CMYK00.700.960.4
HSL16.33º92.45%31.18%-
HSV(B)16.33º96.08%60%-
XYZ14.158.741.11-
YUV73.4389.95184.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=74.63%
G=22.44%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15346600.700.960.416.3392.4531.18
Hex992E60466028105c1f
Octal2315660106140502013437
Binary1001100110111011001000110110000010100010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E06; }

 p { color: rgb(153,46,6); }

 H1.HeaderClassName
 {
   color: #992E06;
 }
 .AnyTagClassName
 {
   color: #992E06;
 }
</style>
background-color css

<style>
 a { background-color: #992E06; }

 a { background-color: rgb(153,46,6); }

 div.DivClassName
 {
   background-color: #992E06;
 }
 .BgClassName
 {
   background-color: #992E06;
 }
</style>
border-color css

<style>
 span { border-color: #992E06; }

 span { border-color: rgb(153,46,6); }

 td.TdClassName
 {
   border-color: #992E06;
 }
 .TagClassName
 {
   border-color: #992E06;
 }
</style>