#64726F

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

Shades of Rolling Stone #64726F

Tints of Rolling Stone #64726F

Color information

#64726F (or 0x64726F) is unknown color: approx Rolling Stone. HEX triplet: 64, 72 and 6F. RGB value is (100,114,111). Sum of RGB (Red+Green+Blue) = 100+114+111=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #64726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726F is #9B8D90. Grayscale: #6D6D6D. Windows color (decimal): -10194321 or 7303780. OLE color: 7303780.

HSL color Cylindrical-coordinate representation of color #64726F: hue angle of 167.14º 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 #64726F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB100114111-
CMYK0.1200.030.55
HSL167.14º6.54%41.96%-
HSV(B)167.14º12.28%44.71%-
XYZ14.1415.8917.36-
YUV109.47128.86121.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=30.77%
G=35.08%
B=34.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141110.1200.030.55167.146.5441.96
Hex64726FC0337a772a
Octal144162157140367247752
Binary110010011100101101111110001111011110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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