#6D837F

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

Shades of Rolling Stone #6D837F

Tints of Rolling Stone #6D837F

Color information

#6D837F (or 0x6D837F) is unknown color: approx Rolling Stone. HEX triplet: 6D, 83 and 7F. RGB value is (109,131,127). Sum of RGB (Red+Green+Blue) = 109+131+127=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #6D837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D837F is #927C80. Grayscale: #7B7B7B. Windows color (decimal): -9600129 or 8356717. OLE color: 8356717.

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

Color convert

RGB109131127-
CMYK0.1700.030.49
HSL169.09º9.17%47.06%-
HSV(B)169.09º16.79%51.37%-
XYZ18.2521.0223.17-
YUV123.97129.71117.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 127 (50% from 255) = 34.60%
R=29.70%
G=35.69%
B=34.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091311270.1700.030.49169.099.1747.06
Hex6D837F110331a992f
Octal1552031772103612511157
Binary110110110000011111111110001011110001101010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,131,127); }

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

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

 a { background-color: rgb(109,131,127); }

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

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

 span { border-color: rgb(109,131,127); }

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