#764013

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

Shades of Russet #764013

Tints of Russet #764013

Color information

#764013 (or 0x764013) is unknown color: approx Russet. HEX triplet: 76, 40 and 13. RGB value is (118,64,19). Sum of RGB (Red+Green+Blue) = 118+64+19=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764013 is #89BFEC. Grayscale: #4B4B4B. Windows color (decimal): -9027565 or 1261686. OLE color: 1261686.

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

Color convert

RGB1186419-
CMYK00.460.840.54
HSL27.27º72.26%26.86%-
HSV(B)27.27º83.9%46.27%-
XYZ9.427.571.58-
YUV75.0296.39158.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=58.71%
G=31.84%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118641900.460.840.5427.2772.2626.86
Hex76401302E54361b481b
Octal16610023056124663311033
Binary11101101000000100110101110101010011011011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764013; }

 p { color: rgb(118,64,19); }

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

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

 a { background-color: rgb(118,64,19); }

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

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

 span { border-color: rgb(118,64,19); }

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