#764205

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

Shades of Raw Umber #764205

Tints of Raw Umber #764205

Color information

#764205 (or 0x764205) is unknown color: approx Raw Umber. HEX triplet: 76, 42 and 05. RGB value is (118,66,5). Sum of RGB (Red+Green+Blue) = 118+66+5=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764205 is #89BDFA. Grayscale: #4A4A4A. Windows color (decimal): -9027067 or 344694. OLE color: 344694.

HSL color Cylindrical-coordinate representation of color #764205: hue angle of 32.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764205 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118665-
CMYK00.440.960.54
HSL32.39º91.87%24.12%-
HSV(B)32.39º95.76%46.27%-
XYZ9.457.761.14-
YUV74.5988.73158.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=62.43%
G=34.92%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11866500.440.960.5432.3991.8724.12
Hex7642502C6036205c18
Octal1661025054140664013430
Binary1110110100001010101011001100000110110100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764205; }

 p { color: rgb(118,66,5); }

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

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

 a { background-color: rgb(118,66,5); }

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

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

 span { border-color: rgb(118,66,5); }

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