#65716D

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

Shades of Rolling Stone #65716D

Tints of Rolling Stone #65716D

Color information

#65716D (or 0x65716D) is unknown color: approx Rolling Stone. HEX triplet: 65, 71 and 6D. RGB value is (101,113,109). Sum of RGB (Red+Green+Blue) = 101+113+109=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #65716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716D is #9A8E92. Grayscale: #6C6C6C. Windows color (decimal): -10129043 or 7172453. OLE color: 7172453.

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

Color convert

RGB101113109-
CMYK0.1100.040.56
HSL160º5.61%41.96%-
HSV(B)160º10.62%44.31%-
XYZ14.0315.6816.76-
YUV108.96128.02122.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=31.27%
G=34.98%
B=33.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011131090.1100.040.561605.6141.96
Hex65716DB0438a062a
Octal145161155130470240652
Binary1100101111000111011011011010011100010100000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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