#63847E

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

Shades of Rolling Stone #63847E

Tints of Rolling Stone #63847E

Color information

#63847E (or 0x63847E) is unknown color: approx Rolling Stone. HEX triplet: 63, 84 and 7E. RGB value is (99,132,126). Sum of RGB (Red+Green+Blue) = 99+132+126=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #63847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847E is #9C7B81. Grayscale: #797979. Windows color (decimal): -10255234 or 8291427. OLE color: 8291427.

HSL color Cylindrical-coordinate representation of color #63847E: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63847E is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB99132126-
CMYK0.2500.050.48
HSL169.09º14.29%45.29%-
HSV(B)169.09º25%51.76%-
XYZ17.1620.6622.82-
YUV121.45130.57111.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=27.73%
G=36.97%
B=35.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321260.2500.050.48169.0914.2945.29
Hex63847E190530a9e2d
Octal1432041763105602511655
Binary1100011100001001111110110010101110000101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,132,126); }

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

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

 a { background-color: rgb(99,132,126); }

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

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

 span { border-color: rgb(99,132,126); }

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