#64847D

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

Shades of Rolling Stone #64847D

Tints of Rolling Stone #64847D

Color information

#64847D (or 0x64847D) is unknown color: approx Rolling Stone. HEX triplet: 64, 84 and 7D. RGB value is (100,132,125). Sum of RGB (Red+Green+Blue) = 100+132+125=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #64847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847D is #9B7B82. Grayscale: #797979. Windows color (decimal): -10189699 or 8225892. OLE color: 8225892.

HSL color Cylindrical-coordinate representation of color #64847D: hue angle of 166.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64847D is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB100132125-
CMYK0.2400.050.48
HSL166.87º13.79%45.49%-
HSV(B)166.87º24.24%51.76%-
XYZ17.2120.6922.49-
YUV121.63129.9112.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=28.01%
G=36.97%
B=35.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321250.2400.050.48166.8713.7945.49
Hex64847D180530a7e2d
Octal1442041753005602471655
Binary1100100100001001111101110000101110000101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,132,125); }

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

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

 a { background-color: rgb(100,132,125); }

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

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

 span { border-color: rgb(100,132,125); }

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