#756660

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

Shades of Russett #756660

Tints of Russett #756660

Color information

#756660 (or 0x756660) is unknown color: approx Russett. HEX triplet: 75, 66 and 60. RGB value is (117,102,96). Sum of RGB (Red+Green+Blue) = 117+102+96=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756660 is #8A999F. Grayscale: #696969. Windows color (decimal): -9083296 or 6317685. OLE color: 6317685.

HSL color Cylindrical-coordinate representation of color #756660: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756660 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB11710296-
CMYK00.130.180.54
HSL17.14º9.86%41.76%-
HSV(B)17.14º17.95%45.88%-
XYZ14.214.1313.05-
YUV105.8122.47135.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=37.14%
G=32.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171029600.130.180.5417.149.8641.76
Hex7566600D123611a2a
Octal1651461400152266211252
Binary1110101110011011000000110110010110110100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756660; }

 p { color: rgb(117,102,96); }

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

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

 a { background-color: rgb(117,102,96); }

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

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

 span { border-color: rgb(117,102,96); }

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