#63827F

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

Shades of Rolling Stone #63827F

Tints of Rolling Stone #63827F

Color information

#63827F (or 0x63827F) is unknown color: approx Rolling Stone. HEX triplet: 63, 82 and 7F. RGB value is (99,130,127). Sum of RGB (Red+Green+Blue) = 99+130+127=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #63827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827F is #9C7D80. Grayscale: #787878. Windows color (decimal): -10255745 or 8356451. OLE color: 8356451.

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

Color convert

RGB99130127-
CMYK0.2400.020.49
HSL174.19º13.54%44.9%-
HSV(B)174.19º23.85%50.98%-
XYZ16.9620.1523.07-
YUV120.39131.73112.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 35.67%
R=27.81%
G=36.52%
B=35.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301270.2400.020.49174.1913.5444.9
Hex63827F180231aee2d
Octal1432021773002612561655
Binary110001110000010111111111000010110001101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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