#6C837C

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

Shades of Rolling Stone #6C837C

Tints of Rolling Stone #6C837C

Color information

#6C837C (or 0x6C837C) is unknown color: approx Rolling Stone. HEX triplet: 6C, 83 and 7C. RGB value is (108,131,124). Sum of RGB (Red+Green+Blue) = 108+131+124=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #6C837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C837C is #937C83. Grayscale: #7B7B7B. Windows color (decimal): -9665668 or 8160108. OLE color: 8160108.

HSL color Cylindrical-coordinate representation of color #6C837C: hue angle of 161.74º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C837C is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB108131124-
CMYK0.1800.050.49
HSL161.74º9.62%46.86%-
HSV(B)161.74º17.56%51.37%-
XYZ17.9420.8822.15-
YUV123.32128.38117.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=29.75%
G=36.09%
B=34.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311240.1800.050.49161.749.6246.86
Hex6C837C120531a2a2f
Octal1542031742205612421257
Binary1101100100000111111100100100101110001101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,124); }

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

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

 a { background-color: rgb(108,131,124); }

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

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

 span { border-color: rgb(108,131,124); }

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