#604A05

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

Shades of Raw Umber #604A05

Tints of Raw Umber #604A05

Color information

#604A05 (or 0x604A05) is unknown color: approx Raw Umber. HEX triplet: 60, 4A and 05. RGB value is (96,74,5). Sum of RGB (Red+Green+Blue) = 96+74+5=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #604A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A05 is #9FB5FA. Grayscale: #494949. Windows color (decimal): -10466811 or 346720. OLE color: 346720.

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

Color convert

RGB96745-
CMYK00.230.950.62
HSL45.49º90.1%19.8%-
HSV(B)45.49º94.79%37.65%-
XYZ7.37.41.19-
YUV72.7189.79144.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=54.86%
G=42.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9674500.230.950.6245.4990.119.8
Hex604A50175F3E2d5a14
Octal1401125027137765513224
Binary110000010010101010101111011111111110101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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