#648481

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

Shades of Rolling Stone #648481

Tints of Rolling Stone #648481

Color information

#648481 (or 0x648481) is unknown color: approx Rolling Stone. HEX triplet: 64, 84 and 81. RGB value is (100,132,129). Sum of RGB (Red+Green+Blue) = 100+132+129=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #648481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648481 is #9B7B7E. Grayscale: #7A7A7A. Windows color (decimal): -10189695 or 8488036. OLE color: 8488036.

HSL color Cylindrical-coordinate representation of color #648481: hue angle of 174.37º 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 #648481 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB100132129-
CMYK0.2400.020.48
HSL174.37º13.79%45.49%-
HSV(B)174.37º24.24%51.76%-
XYZ17.4720.823.86-
YUV122.09131.9112.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=27.70%
G=36.57%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321290.2400.020.48174.3713.7945.49
Hex648481180230aee2d
Octal1442042013002602561655
Binary1100100100001001000000111000010110000101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648481; }

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

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

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

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

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

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

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

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