#716B69

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

Shades of Russett #716B69

Tints of Russett #716B69

Color information

#716B69 (or 0x716B69) is unknown color: approx Russett. HEX triplet: 71, 6B and 69. RGB value is (113,107,105). Sum of RGB (Red+Green+Blue) = 113+107+105=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B69 is #8E9496. Grayscale: #6C6C6C. Windows color (decimal): -9344151 or 6908785. OLE color: 6908785.

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

Color convert

RGB113107105-
CMYK00.050.070.56
HSL15º3.67%42.75%-
HSV(B)15º7.08%44.31%-
XYZ14.6215.0515.5-
YUV108.57125.99131.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=34.77%
G=32.92%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310710500.050.070.56153.6742.75
Hex716B6905738f42b
Octal1611531510577017453
Binary11100011101011110100101011111110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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