#604504

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

Shades of Raw Umber #604504

Tints of Raw Umber #604504

Color information

#604504 (or 0x604504) is unknown color: approx Raw Umber. HEX triplet: 60, 45 and 04. RGB value is (96,69,4). Sum of RGB (Red+Green+Blue) = 96+69+4=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #604504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604504 is #9FBAFB. Grayscale: #454545. Windows color (decimal): -10468092 or 279904. OLE color: 279904.

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

Color convert

RGB96694-
CMYK00.280.960.62
HSL42.39º92%19.61%-
HSV(B)42.39º95.83%37.65%-
XYZ6.976.751.05-
YUV69.6690.95146.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=56.80%
G=40.83%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9669400.280.960.6242.399219.61
Hex6045401C603E2a5c14
Octal1401054034140765213424
Binary110000010001011000111001100000111110101010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604504; }

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

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

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

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

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

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

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

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