#764116

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

Shades of Russet #764116

Tints of Russet #764116

Color information

#764116 (or 0x764116) is unknown color: approx Russet. HEX triplet: 76, 41 and 16. RGB value is (118,65,22). Sum of RGB (Red+Green+Blue) = 118+65+22=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764116 is #89BEE9. Grayscale: #4C4C4C. Windows color (decimal): -9027306 or 1458550. OLE color: 1458550.

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

Color convert

RGB1186522-
CMYK00.450.810.54
HSL26.88º68.57%27.45%-
HSV(B)26.88º81.36%46.27%-
XYZ9.517.691.74-
YUV75.9497.56158-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=57.56%
G=31.71%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118652200.450.810.5426.8868.5727.45
Hex76411602D51361b451b
Octal16610126055121663310533
Binary11101101000001101100101101101000111011011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764116; }

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

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

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

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

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

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

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

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