#604A04

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

Shades of Raw Umber #604A04

Tints of Raw Umber #604A04

Color information

#604A04 (or 0x604A04) is unknown color: approx Raw Umber. HEX triplet: 60, 4A and 04. RGB value is (96,74,4). Sum of RGB (Red+Green+Blue) = 96+74+4=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #604A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A04 is #9FB5FB. Grayscale: #484848. Windows color (decimal): -10466812 or 281184. OLE color: 281184.

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

Color convert

RGB96744-
CMYK00.230.960.62
HSL45.65º92%19.61%-
HSV(B)45.65º95.83%37.65%-
XYZ7.297.391.16-
YUV72.689.29144.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=55.17%
G=42.53%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9674400.230.960.6245.659219.61
Hex604A4017603E2e5c14
Octal1401124027140765613424
Binary110000010010101000101111100000111110101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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