#604505

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

Shades of Raw Umber #604505

Tints of Raw Umber #604505

Color information

#604505 (or 0x604505) is unknown color: approx Raw Umber. HEX triplet: 60, 45 and 05. RGB value is (96,69,5). Sum of RGB (Red+Green+Blue) = 96+69+5=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #604505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604505 is #9FBAFA. Grayscale: #464646. Windows color (decimal): -10468091 or 345440. OLE color: 345440.

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

Color convert

RGB96695-
CMYK00.280.950.62
HSL42.2º90.1%19.8%-
HSV(B)42.2º94.79%37.65%-
XYZ6.986.751.08-
YUV69.7891.45146.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=56.47%
G=40.59%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9669500.280.950.6242.290.119.8
Hex6045501C5F3E2a5a14
Octal1401055034137765213224
Binary110000010001011010111001011111111110101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604505; }

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

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

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

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

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

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

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

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