#65716E

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

Shades of Rolling Stone #65716E

Tints of Rolling Stone #65716E

Color information

#65716E (or 0x65716E) is unknown color: approx Rolling Stone. HEX triplet: 65, 71 and 6E. RGB value is (101,113,110). Sum of RGB (Red+Green+Blue) = 101+113+110=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #65716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716E is #9A8E91. Grayscale: #6D6D6D. Windows color (decimal): -10129042 or 7237989. OLE color: 7237989.

HSL color Cylindrical-coordinate representation of color #65716E: hue angle of 165º 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 #65716E is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB101113110-
CMYK0.1100.030.56
HSL165º5.61%41.96%-
HSV(B)165º10.62%44.31%-
XYZ14.0915.717.04-
YUV109.07128.52122.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=31.17%
G=34.88%
B=33.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011131100.1100.030.561655.6141.96
Hex65716EB0338a562a
Octal145161156130370245652
Binary110010111100011101110101101111100010100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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