#716A66

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

Shades of Russett #716A66

Tints of Russett #716A66

Color information

#716A66 (or 0x716A66) is unknown color: approx Russett. HEX triplet: 71, 6A and 66. RGB value is (113,106,102). Sum of RGB (Red+Green+Blue) = 113+106+102=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A66 is #8E9599. Grayscale: #6B6B6B. Windows color (decimal): -9344410 or 6711921. OLE color: 6711921.

HSL color Cylindrical-coordinate representation of color #716A66: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716A66 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB113106102-
CMYK00.060.100.56
HSL21.82º5.12%42.16%-
HSV(B)21.82º9.73%44.31%-
XYZ14.3614.7814.67-
YUV107.64124.82131.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=35.20%
G=33.02%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310610200.060.100.5621.825.1242.16
Hex716A6606A381652a
Octal16115214606127026552
Binary1110001110101011001100110101011100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A66; }

 p { color: rgb(113,106,102); }

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

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

 a { background-color: rgb(113,106,102); }

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

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

 span { border-color: rgb(113,106,102); }

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