#764B06

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

Shades of Raw Umber #764B06

Tints of Raw Umber #764B06

Color information

#764B06 (or 0x764B06) is unknown color: approx Raw Umber. HEX triplet: 76, 4B and 06. RGB value is (118,75,6). Sum of RGB (Red+Green+Blue) = 118+75+6=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B06 is #89B4F9. Grayscale: #505050. Windows color (decimal): -9024762 or 412534. OLE color: 412534.

HSL color Cylindrical-coordinate representation of color #764B06: hue angle of 36.96º 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 #764B06 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118756-
CMYK00.360.950.54
HSL36.96º90.32%24.31%-
HSV(B)36.96º94.92%46.27%-
XYZ10.028.91.36-
YUV79.9986.25155.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=59.30%
G=37.69%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11875600.360.950.5436.9690.3224.31
Hex764B60245F36255a18
Octal1661136044137664513230
Binary1110110100101111001001001011111110110100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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