#63837C

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

Shades of Rolling Stone #63837C

Tints of Rolling Stone #63837C

Color information

#63837C (or 0x63837C) is unknown color: approx Rolling Stone. HEX triplet: 63, 83 and 7C. RGB value is (99,131,124). Sum of RGB (Red+Green+Blue) = 99+131+124=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 131 - color contains mainly: green. Hex color #63837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63837C is #9C7C83. Grayscale: #787878. Windows color (decimal): -10255492 or 8160099. OLE color: 8160099.

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

Color convert

RGB99131124-
CMYK0.2400.050.49
HSL166.87º13.91%45.1%-
HSV(B)166.87º24.43%51.37%-
XYZ16.920.3422.1-
YUV120.63129.9112.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=27.97%
G=37.01%
B=35.03%

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
Decimal991311240.2400.050.49166.8713.9145.1
Hex63837C180531a7e2d
Octal1432031743005612471655
Binary1100011100000111111100110000101110001101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63837C; }

 p { color: rgb(99,131,124); }

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

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

 a { background-color: rgb(99,131,124); }

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

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

 span { border-color: rgb(99,131,124); }

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