#604005

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

Shades of Raw Umber #604005

Tints of Raw Umber #604005

Color information

#604005 (or 0x604005) is unknown color: approx Raw Umber. HEX triplet: 60, 40 and 05. RGB value is (96,64,5). Sum of RGB (Red+Green+Blue) = 96+64+5=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #604005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604005 is #9FBFFA. Grayscale: #434343. Windows color (decimal): -10469371 or 344160. OLE color: 344160.

HSL color Cylindrical-coordinate representation of color #604005: hue angle of 38.9º 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 #604005 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96645-
CMYK00.330.950.62
HSL38.9º90.1%19.8%-
HSV(B)38.9º94.79%37.65%-
XYZ6.686.160.98-
YUV66.8493.1148.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=58.18%
G=38.79%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9664500.330.950.6238.990.119.8
Hex604050215F3E275a14
Octal1401005041137764713224
Binary1100000100000010101000011011111111110100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604005; }

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

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

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

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

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

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

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

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