#764E11

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

Shades of Raw Umber #764E11

Tints of Raw Umber #764E11

Color information

#764E11 (or 0x764E11) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 11. RGB value is (118,78,17). Sum of RGB (Red+Green+Blue) = 118+78+17=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #764E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E11 is #89B1EE. Grayscale: #535353. Windows color (decimal): -9023983 or 1134198. OLE color: 1134198.

HSL color Cylindrical-coordinate representation of color #764E11: hue angle of 36.24º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764E11 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1187817-
CMYK00.340.860.54
HSL36.24º74.81%26.47%-
HSV(B)36.24º85.59%46.27%-
XYZ10.39.341.79-
YUV83.0190.75152.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=55.40%
G=36.62%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118781700.340.860.5436.2474.8126.47
Hex764E110225636244b1a
Octal16611621042126664411332
Binary111011010011101000101000101010110110110100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,17); }

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

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

 a { background-color: rgb(118,78,17); }

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

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

 span { border-color: rgb(118,78,17); }

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