#764C0E

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

Shades of Raw Umber #764C0E

Tints of Raw Umber #764C0E

Color information

#764C0E (or 0x764C0E) is unknown color: approx Raw Umber. HEX triplet: 76, 4C and 0E. RGB value is (118,76,14). Sum of RGB (Red+Green+Blue) = 118+76+14=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C0E is #89B3F1. Grayscale: #515151. Windows color (decimal): -9024498 or 937078. OLE color: 937078.

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

Color convert

RGB1187614-
CMYK00.360.880.54
HSL35.77º78.79%25.88%-
HSV(B)35.77º88.14%46.27%-
XYZ10.139.051.63-
YUV81.4989.91154.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=56.73%
G=36.54%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118761400.360.880.5435.7778.7925.88
Hex764CE0245836244f1a
Octal16611416044130664411732
Binary11101101001100111001001001011000110110100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,14); }

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

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

 a { background-color: rgb(118,76,14); }

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

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

 span { border-color: rgb(118,76,14); }

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