#764611

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

Shades of Raw Umber #764611

Tints of Raw Umber #764611

Color information

#764611 (or 0x764611) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 11. RGB value is (118,70,17). Sum of RGB (Red+Green+Blue) = 118+70+17=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764611 is #89B9EE. Grayscale: #4E4E4E. Windows color (decimal): -9026031 or 1132150. OLE color: 1132150.

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

Color convert

RGB1187017-
CMYK00.410.860.54
HSL31.49º74.81%26.47%-
HSV(B)31.49º85.59%46.27%-
XYZ9.768.271.61-
YUV78.3193.4156.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=57.56%
G=34.15%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118701700.410.860.5431.4974.8126.47
Hex76461102956361f4b1a
Octal16610621051126663711332
Binary11101101000110100010101001101011011011011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764611; }

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

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

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

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

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

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

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

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