#604705

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

Shades of Raw Umber #604705

Tints of Raw Umber #604705

Color information

#604705 (or 0x604705) is unknown color: approx Raw Umber. HEX triplet: 60, 47 and 05. RGB value is (96,71,5). Sum of RGB (Red+Green+Blue) = 96+71+5=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #604705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604705 is #9FB8FA. Grayscale: #474747. Windows color (decimal): -10467579 or 345952. OLE color: 345952.

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

Color convert

RGB96715-
CMYK00.260.950.62
HSL43.52º90.1%19.8%-
HSV(B)43.52º94.79%37.65%-
XYZ7.171.12-
YUV70.9590.78145.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=55.81%
G=41.28%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9671500.260.950.6243.5290.119.8
Hex6047501A5F3E2c5a14
Octal1401075032137765413224
Binary110000010001111010110101011111111110101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604705; }

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

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

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

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

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

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

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

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