Html Css Color HEX #905006 Saddle Brown

📋 copy color: '#905006'

red 144 ◦ green 80 ◦ blue 6

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

Shades of Saddle Brown #905006

Tints of Saddle Brown #905006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 62.61%
G = 34.78%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#905006 (or 0x905006) is known color: Saddle Brown. HEX triplet: 90, 50 and 06. RGB value is (144,80,6). Sum of RGB (Red+Green+Blue) = 144+80+6=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #905006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905006 is #6FAFF9. Grayscale: #5B5B5B. Windows color (decimal): -7319546 or 413840. OLE color: 413840.

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

Color convert

RGB 144 80 6 -
CMYK 0 0.44 0.96 0.44
HSL 32.17º 0.92% 0.29% -
HSV(B) 32.17º 0.96% 0.56% -
XYZ 14.4 11.68 1.67 -
YUV 90.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 144 80 6 0 0.44 0.96 0.44 32.17 0.92 0.29
Hex 90 50 6 0 2C 60 2C 20 5C 1D
Octal 220 120 6 0 54 140 54 40 134 35
Binary 10010000 1010000 110 0 101100 1100000 101100 100000 1011100 11101

Color Harmonies of #905006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905006

Black with #905006

Text Example


Text Example

White with #905006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905006; }

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

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

background-color css

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

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

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

border-color css

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

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

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