#64837E

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

Shades of Rolling Stone #64837E

Tints of Rolling Stone #64837E

Color information

#64837E (or 0x64837E) is unknown color: approx Rolling Stone. HEX triplet: 64, 83 and 7E. RGB value is (100,131,126). Sum of RGB (Red+Green+Blue) = 100+131+126=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #64837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64837E is #9B7C81. Grayscale: #797979. Windows color (decimal): -10189954 or 8291172. OLE color: 8291172.

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

Color convert

RGB100131126-
CMYK0.2400.040.49
HSL170.32º13.42%45.29%-
HSV(B)170.32º23.66%51.37%-
XYZ17.1420.4522.78-
YUV121.16130.73112.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=28.01%
G=36.69%
B=35.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311260.2400.040.49170.3213.4245.29
Hex64837E180431aad2d
Octal1442031763004612521555
Binary1100100100000111111110110000100110001101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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