#764F06

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

Shades of Raw Umber #764F06

Tints of Raw Umber #764F06

Color information

#764F06 (or 0x764F06) is unknown color: approx Raw Umber. HEX triplet: 76, 4F and 06. RGB value is (118,79,6). Sum of RGB (Red+Green+Blue) = 118+79+6=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F06 is #89B0F9. Grayscale: #525252. Windows color (decimal): -9023738 or 413558. OLE color: 413558.

HSL color Cylindrical-coordinate representation of color #764F06: hue angle of 39.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #764F06 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118796-
CMYK00.330.950.54
HSL39.11º90.32%24.31%-
HSV(B)39.11º94.92%46.27%-
XYZ10.39.461.45-
YUV82.3484.92153.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=58.13%
G=38.92%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879600.330.950.5439.1190.3224.31
Hex764F60215F36275a18
Octal1661176041137664713230
Binary1110110100111111001000011011111110110100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F06; }

 p { color: rgb(118,79,6); }

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

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

 a { background-color: rgb(118,79,6); }

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

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

 span { border-color: rgb(118,79,6); }

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