#63827C

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

Shades of Rolling Stone #63827C

Tints of Rolling Stone #63827C

Color information

#63827C (or 0x63827C) is unknown color: approx Rolling Stone. HEX triplet: 63, 82 and 7C. RGB value is (99,130,124). Sum of RGB (Red+Green+Blue) = 99+130+124=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #63827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827C is #9C7D83. Grayscale: #787878. Windows color (decimal): -10255748 or 8159843. OLE color: 8159843.

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

Color convert

RGB99130124-
CMYK0.2400.050.49
HSL168.39º13.54%44.9%-
HSV(B)168.39º23.85%50.98%-
XYZ16.7720.0722.06-
YUV120.05130.23112.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=28.05%
G=36.83%
B=35.13%

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
Decimal991301240.2400.050.49168.3913.5444.9
Hex63827C180531a8e2d
Octal1432021743005612501655
Binary1100011100000101111100110000101110001101010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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