#64827F

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

Shades of Rolling Stone #64827F

Tints of Rolling Stone #64827F

Color information

#64827F (or 0x64827F) is unknown color: approx Rolling Stone. HEX triplet: 64, 82 and 7F. RGB value is (100,130,127). Sum of RGB (Red+Green+Blue) = 100+130+127=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #64827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64827F is #9B7D80. Grayscale: #787878. Windows color (decimal): -10190209 or 8356452. OLE color: 8356452.

HSL color Cylindrical-coordinate representation of color #64827F: hue angle of 174º 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 #64827F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB100130127-
CMYK0.2300.020.49
HSL174º13.04%45.1%-
HSV(B)174º23.08%50.98%-
XYZ17.0720.2123.08-
YUV120.69131.56113.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 127 (50% from 255) = 35.57%
R=28.01%
G=36.41%
B=35.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301270.2300.020.4917413.0445.1
Hex64827F170231aed2d
Octal1442021772702612561555
Binary110010010000010111111110111010110001101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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