#604D05

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

Shades of Raw Umber #604D05

Tints of Raw Umber #604D05

Color information

#604D05 (or 0x604D05) is unknown color: approx Raw Umber. HEX triplet: 60, 4D and 05. RGB value is (96,77,5). Sum of RGB (Red+Green+Blue) = 96+77+5=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D05 is #9FB2FA. Grayscale: #4A4A4A. Windows color (decimal): -10466043 or 347488. OLE color: 347488.

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

Color convert

RGB96775-
CMYK00.200.950.62
HSL47.47º90.1%19.8%-
HSV(B)47.47º94.79%37.65%-
XYZ7.517.811.25-
YUV74.4788.79143.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=53.93%
G=43.26%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9677500.200.950.6247.4790.119.8
Hex604D50145F3E2f5a14
Octal1401155024137765713224
Binary110000010011011010101001011111111110101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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