#65716F

Color #65716F Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #65716F

Tints of Rolling Stone #65716F

Color information

#65716F (or 0x65716F) is unknown color: approx Rolling Stone. HEX triplet: 65, 71 and 6F. RGB value is (101,113,111). Sum of RGB (Red+Green+Blue) = 101+113+111=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #65716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716F is #9A8E90. Grayscale: #6D6D6D. Windows color (decimal): -10129041 or 7303525. OLE color: 7303525.

HSL color Cylindrical-coordinate representation of color #65716F: hue angle of 170º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65716F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB101113111-
CMYK0.1100.020.56
HSL170º5.61%41.96%-
HSV(B)170º10.62%44.31%-
XYZ14.1415.7217.33-
YUV109.18129.02122.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=31.08%
G=34.77%
B=34.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011131110.1100.020.561705.6141.96
Hex65716FB0238aa62a
Octal145161157130270252652
Binary110010111100011101111101101011100010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65716F; }

 p { color: rgb(101,113,111); }

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

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

 a { background-color: rgb(101,113,111); }

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

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

 span { border-color: rgb(101,113,111); }

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