#64716D

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

Shades of Rolling Stone #64716D

Tints of Rolling Stone #64716D

Color information

#64716D (or 0x64716D) is unknown color: approx Rolling Stone. HEX triplet: 64, 71 and 6D. RGB value is (100,113,109). Sum of RGB (Red+Green+Blue) = 100+113+109=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #64716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64716D is #9B8E92. Grayscale: #6C6C6C. Windows color (decimal): -10194579 or 7172452. OLE color: 7172452.

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

Color convert

RGB100113109-
CMYK0.1200.040.56
HSL161.54º6.1%41.76%-
HSV(B)161.54º11.5%44.31%-
XYZ13.9215.6216.75-
YUV108.66128.19121.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=31.06%
G=35.09%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131090.1200.040.56161.546.141.76
Hex64716DC0438a262a
Octal144161155140470242652
Binary1100100111000111011011100010011100010100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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