#63847F

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

Shades of Rolling Stone #63847F

Tints of Rolling Stone #63847F

Color information

#63847F (or 0x63847F) is unknown color: approx Rolling Stone. HEX triplet: 63, 84 and 7F. RGB value is (99,132,127). Sum of RGB (Red+Green+Blue) = 99+132+127=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #63847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847F is #9C7B80. Grayscale: #797979. Windows color (decimal): -10255233 or 8356963. OLE color: 8356963.

HSL color Cylindrical-coordinate representation of color #63847F: hue angle of 170.91º 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 #63847F is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB99132127-
CMYK0.2500.040.48
HSL170.91º14.29%45.29%-
HSV(B)170.91º25%51.76%-
XYZ17.2320.6923.16-
YUV121.56131.07111.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 127 (50% from 255) = 35.47%
R=27.65%
G=36.87%
B=35.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321270.2500.040.48170.9114.2945.29
Hex63847F190430abe2d
Octal1432041773104602531655
Binary1100011100001001111111110010100110000101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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