#6A7873

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

Shades of Rolling Stone #6A7873

Tints of Rolling Stone #6A7873

Color information

#6A7873 (or 0x6A7873) is unknown color: approx Rolling Stone. HEX triplet: 6A, 78 and 73. RGB value is (106,120,115). Sum of RGB (Red+Green+Blue) = 106+120+115=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7873 is #95878C. Grayscale: #737373. Windows color (decimal): -9799565 or 7567466. OLE color: 7567466.

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

Color convert

RGB106120115-
CMYK0.1200.040.53
HSL158.57º6.19%44.31%-
HSV(B)158.57º11.67%47.06%-
XYZ15.7517.7318.81-
YUV115.24127.86121.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=31.09%
G=35.19%
B=33.72%

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
Decimal1061201150.1200.040.53158.576.1944.31
Hex6A7873C04359f62c
Octal152170163140465237654
Binary1101010111100011100111100010011010110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,115); }

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

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

 a { background-color: rgb(106,120,115); }

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

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

 span { border-color: rgb(106,120,115); }

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