#6D6660

Color #6D6660 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #6D6660

Tints of Pine Cone #6D6660

Color information

#6D6660 (or 0x6D6660) is unknown color: approx Pine Cone. HEX triplet: 6D, 66 and 60. RGB value is (109,102,96). Sum of RGB (Red+Green+Blue) = 109+102+96=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6660 is #92999F. Grayscale: #676767. Windows color (decimal): -9607584 or 6317677. OLE color: 6317677.

HSL color Cylindrical-coordinate representation of color #6D6660: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6660 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB10910296-
CMYK00.060.120.57
HSL27.69º6.34%40.2%-
HSV(B)27.69º11.93%42.75%-
XYZ13.1713.613-
YUV103.41123.82131.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=35.50%
G=33.22%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091029600.060.120.5727.696.3440.2
Hex6D666006C391c628
Octal15514614006147134650
Binary1101101110011011000000110110011100111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,96); }

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

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

 a { background-color: rgb(109,102,96); }

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

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

 span { border-color: rgb(109,102,96); }

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