#6F837C

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

Shades of Rolling Stone #6F837C

Tints of Rolling Stone #6F837C

Color information

#6F837C (or 0x6F837C) is unknown color: approx Rolling Stone. HEX triplet: 6F, 83 and 7C. RGB value is (111,131,124). Sum of RGB (Red+Green+Blue) = 111+131+124=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #6F837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F837C is #907C83. Grayscale: #7C7C7C. Windows color (decimal): -9469060 or 8160111. OLE color: 8160111.

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

Color convert

RGB111131124-
CMYK0.1500.050.49
HSL159º8.26%47.45%-
HSV(B)159º15.27%51.37%-
XYZ18.3121.0722.17-
YUV124.22127.87118.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=30.33%
G=35.79%
B=33.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111311240.1500.050.491598.2647.45
Hex6F837CF05319f82f
Octal1572031741705612371057
Binary110111110000011111110011110101110001100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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