#61716D

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

Shades of Rolling Stone #61716D

Tints of Rolling Stone #61716D

Color information

#61716D (or 0x61716D) is unknown color: approx Rolling Stone. HEX triplet: 61, 71 and 6D. RGB value is (97,113,109). Sum of RGB (Red+Green+Blue) = 97+113+109=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #61716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716D is #9E8E92. Grayscale: #6B6B6B. Windows color (decimal): -10391187 or 7172449. OLE color: 7172449.

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

Color convert

RGB97113109-
CMYK0.1400.040.56
HSL165º7.62%41.18%-
HSV(B)165º14.16%44.31%-
XYZ13.615.4616.73-
YUV107.76128.7120.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=30.41%
G=35.42%
B=34.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971131090.1400.040.561657.6241.18
Hex61716DE0438a5829
Octal1411611551604702451051
Binary11000011110001110110111100100111000101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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