#764516

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

Shades of Raw Umber #764516

Tints of Raw Umber #764516

Color information

#764516 (or 0x764516) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 16. RGB value is (118,69,22). Sum of RGB (Red+Green+Blue) = 118+69+22=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #764516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764516 is #89BAE9. Grayscale: #4E4E4E. Windows color (decimal): -9026282 or 1459574. OLE color: 1459574.

HSL color Cylindrical-coordinate representation of color #764516: hue angle of 29.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764516 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1186922-
CMYK00.420.810.54
HSL29.38º68.57%27.45%-
HSV(B)29.38º81.36%46.27%-
XYZ9.748.171.82-
YUV78.2996.23156.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=56.46%
G=33.01%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118692200.420.810.5429.3868.5727.45
Hex76451602A51361d451b
Octal16610526052121663510533
Binary11101101000101101100101010101000111011011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764516; }

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

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

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

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

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

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

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

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