#604206

Color #604206 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #604206

Tints of Raw Umber #604206

Color information

#604206 (or 0x604206) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 06. RGB value is (96,66,6). Sum of RGB (Red+Green+Blue) = 96+66+6=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604206 is #9FBDF9. Grayscale: #444444. Windows color (decimal): -10468858 or 410208. OLE color: 410208.

HSL color Cylindrical-coordinate representation of color #604206: hue angle of 40º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #604206 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96666-
CMYK00.310.940.62
HSL40º88.24%20%-
HSV(B)40º93.75%37.65%-
XYZ6.86.41.05-
YUV68.1392.94147.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=57.14%
G=39.29%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9666600.310.940.624088.2420
Hex6042601F5E3E285814
Octal1401026037136765013024
Binary110000010000101100111111011110111110101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604206; }

 p { color: rgb(96,66,6); }

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

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

 a { background-color: rgb(96,66,6); }

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

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

 span { border-color: rgb(96,66,6); }

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