#756964

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

Shades of Russett #756964

Tints of Russett #756964

Color information

#756964 (or 0x756964) is unknown color: approx Russett. HEX triplet: 75, 69 and 64. RGB value is (117,105,100). Sum of RGB (Red+Green+Blue) = 117+105+100=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756964 is #8A969B. Grayscale: #6C6C6C. Windows color (decimal): -9082524 or 6580597. OLE color: 6580597.

HSL color Cylindrical-coordinate representation of color #756964: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756964 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB117105100-
CMYK00.100.150.54
HSL17.65º7.83%42.55%-
HSV(B)17.65º14.53%45.88%-
XYZ14.6914.8114.14-
YUV108.02123.48134.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=36.34%
G=32.61%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710510000.100.150.5417.657.8342.55
Hex7569640AF361282b
Octal1651511440121766221053
Binary111010111010011100100010101111110110100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756964; }

 p { color: rgb(117,105,100); }

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

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

 a { background-color: rgb(117,105,100); }

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

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

 span { border-color: rgb(117,105,100); }

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