#605004

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

Shades of Raw Umber #605004

Tints of Raw Umber #605004

Color information

#605004 (or 0x605004) is unknown color: approx Raw Umber. HEX triplet: 60, 50 and 04. RGB value is (96,80,4). Sum of RGB (Red+Green+Blue) = 96+80+4=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #605004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605004 is #9FAFFB. Grayscale: #4C4C4C. Windows color (decimal): -10465276 or 282720. OLE color: 282720.

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

Color convert

RGB96804-
CMYK00.170.960.62
HSL49.57º92%19.61%-
HSV(B)49.57º95.83%37.65%-
XYZ7.718.231.3-
YUV76.1287.3142.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=53.33%
G=44.44%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9680400.170.960.6249.579219.61
Hex60504011603E325c14
Octal1401204021140766213424
Binary110000010100001000100011100000111110110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605004; }

 p { color: rgb(96,80,4); }

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

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

 a { background-color: rgb(96,80,4); }

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

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

 span { border-color: rgb(96,80,4); }

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