#764418

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

Shades of Russet #764418

Tints of Russet #764418

Color information

#764418 (or 0x764418) is unknown color: approx Russet. HEX triplet: 76, 44 and 18. RGB value is (118,68,24). Sum of RGB (Red+Green+Blue) = 118+68+24=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764418 is #89BBE7. Grayscale: #4E4E4E. Windows color (decimal): -9026536 or 1590390. OLE color: 1590390.

HSL color Cylindrical-coordinate representation of color #764418: hue angle of 28.09º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #764418 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1186824-
CMYK00.420.800.54
HSL28.09º66.2%27.84%-
HSV(B)28.09º79.66%46.27%-
XYZ9.78.051.91-
YUV77.9397.56156.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=56.19%
G=32.38%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118682400.420.800.5428.0966.227.84
Hex76441802A50361c421c
Octal16610430052120663410234
Binary11101101000100110000101010101000011011011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764418; }

 p { color: rgb(118,68,24); }

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

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

 a { background-color: rgb(118,68,24); }

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

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

 span { border-color: rgb(118,68,24); }

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