#63716D

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

Shades of Rolling Stone #63716D

Tints of Rolling Stone #63716D

Color information

#63716D (or 0x63716D) is unknown color: approx Rolling Stone. HEX triplet: 63, 71 and 6D. RGB value is (99,113,109). Sum of RGB (Red+Green+Blue) = 99+113+109=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #63716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716D is #9C8E92. Grayscale: #6C6C6C. Windows color (decimal): -10260115 or 7172451. OLE color: 7172451.

HSL color Cylindrical-coordinate representation of color #63716D: hue angle of 162.86º 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 #63716D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB99113109-
CMYK0.1200.040.56
HSL162.86º6.6%41.57%-
HSV(B)162.86º12.39%44.31%-
XYZ13.8115.5716.74-
YUV108.36128.36121.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=30.84%
G=35.20%
B=33.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991131090.1200.040.56162.866.641.57
Hex63716DC0438a372a
Octal143161155140470243752
Binary1100011111000111011011100010011100010100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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