#64827E

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

Shades of Rolling Stone #64827E

Tints of Rolling Stone #64827E

Color information

#64827E (or 0x64827E) is unknown color: approx Rolling Stone. HEX triplet: 64, 82 and 7E. RGB value is (100,130,126). Sum of RGB (Red+Green+Blue) = 100+130+126=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #64827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64827E is #9B7D81. Grayscale: #787878. Windows color (decimal): -10190210 or 8290916. OLE color: 8290916.

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

Color convert

RGB100130126-
CMYK0.2300.030.49
HSL172º13.04%45.1%-
HSV(B)172º23.08%50.98%-
XYZ1720.1822.74-
YUV120.57131.06113.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=28.09%
G=36.52%
B=35.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301260.2300.030.4917213.0445.1
Hex64827E170331acd2d
Octal1442021762703612541555
Binary110010010000010111111010111011110001101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64827E; }

 p { color: rgb(100,130,126); }

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

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

 a { background-color: rgb(100,130,126); }

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

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

 span { border-color: rgb(100,130,126); }

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