#764E14

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

Shades of Raw Umber #764E14

Tints of Raw Umber #764E14

Color information

#764E14 (or 0x764E14) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 14. RGB value is (118,78,20). Sum of RGB (Red+Green+Blue) = 118+78+20=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E14 is #89B1EB. Grayscale: #535353. Windows color (decimal): -9023980 or 1330806. OLE color: 1330806.

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

Color convert

RGB1187820-
CMYK00.340.830.54
HSL35.51º71.01%27.06%-
HSV(B)35.51º83.05%46.27%-
XYZ10.329.351.92-
YUV83.3592.25152.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=54.63%
G=36.11%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118782000.340.830.5435.5171.0127.06
Hex764E14022533624471b
Octal16611624042123664410733
Binary111011010011101010001000101010011110110100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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