#6A7974

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

Shades of Rolling Stone #6A7974

Tints of Rolling Stone #6A7974

Color information

#6A7974 (or 0x6A7974) is unknown color: approx Rolling Stone. HEX triplet: 6A, 79 and 74. RGB value is (106,121,116). Sum of RGB (Red+Green+Blue) = 106+121+116=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7974 is #95868B. Grayscale: #737373. Windows color (decimal): -9799308 or 7633258. OLE color: 7633258.

HSL color Cylindrical-coordinate representation of color #6A7974: hue angle of 160º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7974 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB106121116-
CMYK0.1200.040.53
HSL160º6.61%44.51%-
HSV(B)160º12.4%47.45%-
XYZ15.931819.16-
YUV115.94128.03120.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=30.90%
G=35.28%
B=33.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061211160.1200.040.531606.6144.51
Hex6A7974C0435a072d
Octal152171164140465240755
Binary1101010111100111101001100010011010110100000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7974; }

 p { color: rgb(106,121,116); }

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

<style>
 a { background-color: #6A7974; }

 a { background-color: rgb(106,121,116); }

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

<style>
 span { border-color: #6A7974; }

 span { border-color: rgb(106,121,116); }

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