#764208

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

Shades of Raw Umber #764208

Tints of Raw Umber #764208

Color information

#764208 (or 0x764208) is unknown color: approx Raw Umber. HEX triplet: 76, 42 and 08. RGB value is (118,66,8). Sum of RGB (Red+Green+Blue) = 118+66+8=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764208 is #89BDF7. Grayscale: #4B4B4B. Windows color (decimal): -9027064 or 541302. OLE color: 541302.

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

Color convert

RGB118668-
CMYK00.440.930.54
HSL31.64º87.3%24.71%-
HSV(B)31.64º93.22%46.27%-
XYZ9.467.771.23-
YUV74.9490.23158.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=61.46%
G=34.38%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11866800.440.930.5431.6487.324.71
Hex7642802C5D36205719
Octal16610210054135664012731
Binary11101101000010100001011001011101110110100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764208; }

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

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

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

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

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

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

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

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