#716967

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

Shades of Russett #716967

Tints of Russett #716967

Color information

#716967 (or 0x716967) is unknown color: approx Russett. HEX triplet: 71, 69 and 67. RGB value is (113,105,103). Sum of RGB (Red+Green+Blue) = 113+105+103=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716967 is #8E9698. Grayscale: #6B6B6B. Windows color (decimal): -9344665 or 6777201. OLE color: 6777201.

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

Color convert

RGB113105103-
CMYK00.070.090.56
HSL12º4.63%42.35%-
HSV(B)12º8.85%44.31%-
XYZ14.3114.5914.89-
YUV107.16125.65132.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=35.20%
G=32.71%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510300.070.090.56124.6342.35
Hex71696707938c52a
Octal16115114707117014552
Binary111000111010011100111011110011110001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716967; }

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

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

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

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

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

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

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

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