#764916

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

Shades of Raw Umber #764916

Tints of Raw Umber #764916

Color information

#764916 (or 0x764916) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 16. RGB value is (118,73,22). Sum of RGB (Red+Green+Blue) = 118+73+22=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #764916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764916 is #89B6E9. Grayscale: #505050. Windows color (decimal): -9025258 or 1460598. OLE color: 1460598.

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

Color convert

RGB1187322-
CMYK00.380.810.54
HSL31.88º68.57%27.45%-
HSV(B)31.88º81.36%46.27%-
XYZ108.671.91-
YUV80.6494.91154.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=55.40%
G=34.27%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118732200.380.810.5431.8868.5727.45
Hex764916026513620451b
Octal16611126046121664010533
Binary111011010010011011001001101010001110110100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764916; }

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

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

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

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

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

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

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

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