#604C05

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

Shades of Raw Umber #604C05

Tints of Raw Umber #604C05

Color information

#604C05 (or 0x604C05) is unknown color: approx Raw Umber. HEX triplet: 60, 4C and 05. RGB value is (96,76,5). Sum of RGB (Red+Green+Blue) = 96+76+5=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #604C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C05 is #9FB3FA. Grayscale: #4A4A4A. Windows color (decimal): -10466299 or 347232. OLE color: 347232.

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

Color convert

RGB96765-
CMYK00.210.950.62
HSL46.81º90.1%19.8%-
HSV(B)46.81º94.79%37.65%-
XYZ7.447.671.23-
YUV73.8989.13143.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 76 (30.08% from 255) = 42.94%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=54.24%
G=42.94%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9676500.210.950.6246.8190.119.8
Hex604C50155F3E2f5a14
Octal1401145025137765713224
Binary110000010011001010101011011111111110101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C05; }

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

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

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

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

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

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

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

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