#64726E

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

Shades of Rolling Stone #64726E

Tints of Rolling Stone #64726E

Color information

#64726E (or 0x64726E) is unknown color: approx Rolling Stone. HEX triplet: 64, 72 and 6E. RGB value is (100,114,110). Sum of RGB (Red+Green+Blue) = 100+114+110=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 114 - color contains mainly: green. Hex color #64726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726E is #9B8D91. Grayscale: #6D6D6D. Windows color (decimal): -10194322 or 7238244. OLE color: 7238244.

HSL color Cylindrical-coordinate representation of color #64726E: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64726E is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB100114110-
CMYK0.1200.040.55
HSL162.86º6.54%41.96%-
HSV(B)162.86º12.28%44.71%-
XYZ14.0915.8717.07-
YUV109.36128.36121.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=30.86%
G=35.19%
B=33.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141100.1200.040.55162.866.5441.96
Hex64726EC0437a372a
Octal144162156140467243752
Binary1100100111001011011101100010011011110100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,114,110); }

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

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

 a { background-color: rgb(100,114,110); }

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

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

 span { border-color: rgb(100,114,110); }

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