#63746F

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

Shades of Rolling Stone #63746F

Tints of Rolling Stone #63746F

Color information

#63746F (or 0x63746F) is unknown color: approx Rolling Stone. HEX triplet: 63, 74 and 6F. RGB value is (99,116,111). Sum of RGB (Red+Green+Blue) = 99+116+111=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #63746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63746F is #9C8B90. Grayscale: #6E6E6E. Windows color (decimal): -10259345 or 7304291. OLE color: 7304291.

HSL color Cylindrical-coordinate representation of color #63746F: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63746F is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB99116111-
CMYK0.1500.040.55
HSL162.35º7.91%42.16%-
HSV(B)162.35º14.66%45.49%-
XYZ14.2616.2917.43-
YUV110.35128.37119.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=30.37%
G=35.58%
B=34.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991161110.1500.040.55162.357.9142.16
Hex63746FF0437a282a
Octal1431641571704672421052
Binary11000111110100110111111110100110111101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,116,111); }

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

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

 a { background-color: rgb(99,116,111); }

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

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

 span { border-color: rgb(99,116,111); }

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