#764B11

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

Shades of Raw Umber #764B11

Tints of Raw Umber #764B11

Color information

#764B11 (or 0x764B11) is unknown color: approx Raw Umber. HEX triplet: 76, 4B and 11. RGB value is (118,75,17). Sum of RGB (Red+Green+Blue) = 118+75+17=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B11 is #89B4EE. Grayscale: #515151. Windows color (decimal): -9024751 or 1133430. OLE color: 1133430.

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

Color convert

RGB1187517-
CMYK00.360.860.54
HSL34.46º74.81%26.47%-
HSV(B)34.46º85.59%46.27%-
XYZ10.098.921.72-
YUV81.2491.75154.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 17 (7.03% from 255) = 8.10%
R=56.19%
G=35.71%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118751700.360.860.5434.4674.8126.47
Hex764B110245636224b1a
Octal16611321044126664211332
Binary111011010010111000101001001010110110110100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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