#63706D

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

Shades of Rolling Stone #63706D

Tints of Rolling Stone #63706D

Color information

#63706D (or 0x63706D) is unknown color: approx Rolling Stone. HEX triplet: 63, 70 and 6D. RGB value is (99,112,109). Sum of RGB (Red+Green+Blue) = 99+112+109=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #63706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706D is #9C8F92. Grayscale: #6B6B6B. Windows color (decimal): -10260371 or 7172195. OLE color: 7172195.

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

Color convert

RGB99112109-
CMYK0.1200.030.56
HSL166.15º6.16%41.37%-
HSV(B)166.15º11.61%43.92%-
XYZ13.715.3516.71-
YUV107.77128.69121.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=30.94%
G=35%
B=34.06%

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
Decimal991121090.1200.030.56166.156.1641.37
Hex63706DC0338a6629
Octal143160155140370246651
Binary110001111100001101101110001111100010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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