#63716E

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

Shades of Rolling Stone #63716E

Tints of Rolling Stone #63716E

Color information

#63716E (or 0x63716E) is unknown color: approx Rolling Stone. HEX triplet: 63, 71 and 6E. RGB value is (99,113,110). Sum of RGB (Red+Green+Blue) = 99+113+110=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #63716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716E is #9C8E91. Grayscale: #6C6C6C. Windows color (decimal): -10260114 or 7237987. OLE color: 7237987.

HSL color Cylindrical-coordinate representation of color #63716E: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63716E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB99113110-
CMYK0.1200.030.56
HSL167.14º6.6%41.57%-
HSV(B)167.14º12.39%44.31%-
XYZ13.8715.5917.03-
YUV108.47128.86121.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=30.75%
G=35.09%
B=34.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991131100.1200.030.56167.146.641.57
Hex63716EC0338a772a
Octal143161156140370247752
Binary110001111100011101110110001111100010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,113,110); }

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

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

 a { background-color: rgb(99,113,110); }

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

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

 span { border-color: rgb(99,113,110); }

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