#64837D

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

Shades of Rolling Stone #64837D

Tints of Rolling Stone #64837D

Color information

#64837D (or 0x64837D) is unknown color: approx Rolling Stone. HEX triplet: 64, 83 and 7D. RGB value is (100,131,125). Sum of RGB (Red+Green+Blue) = 100+131+125=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #64837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64837D is #9B7C82. Grayscale: #797979. Windows color (decimal): -10189955 or 8225636. OLE color: 8225636.

HSL color Cylindrical-coordinate representation of color #64837D: hue angle of 168.39º 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 #64837D is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB100131125-
CMYK0.2400.050.49
HSL168.39º13.42%45.29%-
HSV(B)168.39º23.66%51.37%-
XYZ17.0720.4222.44-
YUV121.05130.23112.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=28.09%
G=36.80%
B=35.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311250.2400.050.49168.3913.4245.29
Hex64837D180531a8d2d
Octal1442031753005612501555
Binary1100100100000111111101110000101110001101010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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