#716966

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

Shades of Russett #716966

Tints of Russett #716966

Color information

#716966 (or 0x716966) is unknown color: approx Russett. HEX triplet: 71, 69 and 66. RGB value is (113,105,102). Sum of RGB (Red+Green+Blue) = 113+105+102=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716966 is #8E9699. Grayscale: #6B6B6B. Windows color (decimal): -9344666 or 6711665. OLE color: 6711665.

HSL color Cylindrical-coordinate representation of color #716966: hue angle of 16.36º 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 #716966 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB113105102-
CMYK00.070.100.56
HSL16.36º5.12%42.16%-
HSV(B)16.36º9.73%44.31%-
XYZ14.2614.5714.63-
YUV107.05125.15132.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=35.31%
G=32.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510200.070.100.5616.365.1242.16
Hex71696607A381052a
Octal16115114607127020552
Binary1110001110100111001100111101011100010000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716966; }

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

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

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

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

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

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

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

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