#994806

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

Shades of Saddle Brown #994806

Tints of Saddle Brown #994806

Color information

#994806 (or 0x994806) is unknown color: approx Saddle Brown. HEX triplet: 99, 48 and 06. RGB value is (153,72,6). Sum of RGB (Red+Green+Blue) = 153+72+6=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #994806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994806 is #66B7F9. Grayscale: #595959. Windows color (decimal): -6731770 or 411801. OLE color: 411801.

HSL color Cylindrical-coordinate representation of color #994806: hue angle of 26.94º 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 #994806 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153726-
CMYK00.530.960.4
HSL26.94º92.45%31.18%-
HSV(B)26.94º96.08%60%-
XYZ15.4911.421.56-
YUV88.781.34173.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.23%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=66.23%
G=31.17%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15372600.530.960.426.9492.4531.18
Hex9948603560281b5c1f
Octal2311106065140503313437
Binary1001100110010001100110101110000010100011011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994806; }

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

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

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

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

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

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

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

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