Html Css Color HEX #904006 Saddle Brown

📋 copy color: '#904006'

red 144 ◦ green 64 ◦ blue 6

#904006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #904006

Tints of Saddle Brown #904006

RGB

 RED value IS 144 (56.64% from 255) = 67.29%

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 67.29%
G = 29.91%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#904006 (or 0x904006) is known color: Saddle Brown. HEX triplet: 90, 40 and 06. RGB value is (144,64,6). Sum of RGB (Red+Green+Blue) = 144+64+6=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #904006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904006 is #6FBFF9. Grayscale: #515151. Windows color (decimal): -7323642 or 409744. OLE color: 409744.

HSL color Cylindrical-coordinate representation of color #904006: hue angle of 25.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #904006 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 6 -
CMYK 0 0.56 0.96 0.44
HSL 25.22º 0.92% 0.29% -
HSV(B) 25.22º 0.96% 0.56% -
XYZ 13.37 9.61 1.32 -
YUV 81.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 144 64 6 0 0.56 0.96 0.44 25.22 0.92 0.29
Hex 90 40 6 0 38 60 2C 19 5C 1D
Octal 220 100 6 0 70 140 54 31 134 35
Binary 10010000 1000000 110 0 111000 1100000 101100 11001 1011100 11101

Color Harmonies of #904006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904006

Black with #904006

Text Example


Text Example

White with #904006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904006; }

 p { color: rgb(144,64,6); }

 H1.HeaderClassName
 {
   color: #904006;
 }
 .AnyTagClassName
 {
   color: #904006;
 }
</style>

background-color css

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

 a { background-color: rgb(144,64,6); }

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

border-color css

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

 span { border-color: rgb(144,64,6); }

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