#63817C

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

Shades of Rolling Stone #63817C

Tints of Rolling Stone #63817C

Color information

#63817C (or 0x63817C) is unknown color: approx Rolling Stone. HEX triplet: 63, 81 and 7C. RGB value is (99,129,124). Sum of RGB (Red+Green+Blue) = 99+129+124=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #63817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817C is #9C7E83. Grayscale: #777777. Windows color (decimal): -10256004 or 8159587. OLE color: 8159587.

HSL color Cylindrical-coordinate representation of color #63817C: hue angle of 170º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63817C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB99129124-
CMYK0.2300.040.49
HSL170º13.16%44.71%-
HSV(B)170º23.26%50.59%-
XYZ16.6319.8122.02-
YUV119.46130.56113.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=28.12%
G=36.65%
B=35.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991291240.2300.040.4917013.1644.71
Hex63817C170431aad2d
Octal1432011742704612521555
Binary1100011100000011111100101110100110001101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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