#904606

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

Shades of Saddle Brown #904606

Tints of Saddle Brown #904606

Color information

#904606 (or 0x904606) is unknown color: approx Saddle Brown. HEX triplet: 90, 46 and 06. RGB value is (144,70,6). Sum of RGB (Red+Green+Blue) = 144+70+6=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #904606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904606 is #6FB9F9. Grayscale: #555555. Windows color (decimal): -7322106 or 411280. OLE color: 411280.

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

Color convert

RGB144706-
CMYK00.510.960.44
HSL27.83º92%29.41%-
HSV(B)27.83º95.83%56.47%-
XYZ13.7210.321.44-
YUV84.8383.52170.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.45%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=65.45%
G=31.82%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14470600.510.960.4427.839229.41
Hex90466033602C1c5c1d
Octal2201066063140543413435
Binary1001000010001101100110011110000010110011100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904606; }

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

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

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

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

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

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

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

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