#64817C

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

Shades of Rolling Stone #64817C

Tints of Rolling Stone #64817C

Color information

#64817C (or 0x64817C) is unknown color: approx Rolling Stone. HEX triplet: 64, 81 and 7C. RGB value is (100,129,124). Sum of RGB (Red+Green+Blue) = 100+129+124=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #64817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64817C is #9B7E83. Grayscale: #777777. Windows color (decimal): -10190468 or 8159588. OLE color: 8159588.

HSL color Cylindrical-coordinate representation of color #64817C: hue angle of 169.66º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64817C is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB100129124-
CMYK0.2200.040.49
HSL169.66º12.66%44.9%-
HSV(B)169.66º22.48%50.59%-
XYZ16.7419.8722.02-
YUV119.76130.39113.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=28.33%
G=36.54%
B=35.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291240.2200.040.49169.6612.6644.9
Hex64817C160431aad2d
Octal1442011742604612521555
Binary1100100100000011111100101100100110001101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64817C; }

 p { color: rgb(100,129,124); }

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

<style>
 a { background-color: #64817C; }

 a { background-color: rgb(100,129,124); }

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

<style>
 span { border-color: #64817C; }

 span { border-color: rgb(100,129,124); }

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