#648180

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

Shades of Rolling Stone #648180

Tints of Rolling Stone #648180

Color information

#648180 (or 0x648180) is unknown color: approx Rolling Stone. HEX triplet: 64, 81 and 80. RGB value is (100,129,128). Sum of RGB (Red+Green+Blue) = 100+129+128=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #648180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648180 is #9B7E7F. Grayscale: #787878. Windows color (decimal): -10190464 or 8421732. OLE color: 8421732.

HSL color Cylindrical-coordinate representation of color #648180: hue angle of 177.93º 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 #648180 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB100129128-
CMYK0.2200.010.49
HSL177.93º12.66%44.9%-
HSV(B)177.93º22.48%50.59%-
XYZ1719.9723.38-
YUV120.21132.39113.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=28.01%
G=36.13%
B=35.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291280.2200.010.49177.9312.6644.9
Hex648180160131b2d2d
Octal1442012002601612621555
Binary110010010000001100000001011001110001101100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648180; }

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

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

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

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

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

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

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

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