#604205

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

Shades of Raw Umber #604205

Tints of Raw Umber #604205

Color information

#604205 (or 0x604205) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 05. RGB value is (96,66,5). Sum of RGB (Red+Green+Blue) = 96+66+5=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #604205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604205 is #9FBDFA. Grayscale: #444444. Windows color (decimal): -10468859 or 344672. OLE color: 344672.

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

Color convert

RGB96665-
CMYK00.310.950.62
HSL40.22º90.1%19.8%-
HSV(B)40.22º94.79%37.65%-
XYZ6.86.391.02-
YUV68.0292.44147.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=57.49%
G=39.52%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9666500.310.950.6240.2290.119.8
Hex6042501F5F3E285a14
Octal1401025037137765013224
Binary110000010000101010111111011111111110101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604205; }

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

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

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

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

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

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

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

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