#764511

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

Shades of Raw Umber #764511

Tints of Raw Umber #764511

Color information

#764511 (or 0x764511) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 11. RGB value is (118,69,17). Sum of RGB (Red+Green+Blue) = 118+69+17=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764511 is #89BAEE. Grayscale: #4D4D4D. Windows color (decimal): -9026287 or 1131894. OLE color: 1131894.

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

Color convert

RGB1186917-
CMYK00.420.860.54
HSL30.89º74.81%26.47%-
HSV(B)30.89º85.59%46.27%-
XYZ9.78.151.59-
YUV77.7293.73156.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=57.84%
G=33.82%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118691700.420.860.5430.8974.8126.47
Hex76451102A56361f4b1a
Octal16610521052126663711332
Binary11101101000101100010101010101011011011011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764511; }

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

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

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

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

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

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

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

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