#6C6660

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

Shades of Pine Cone #6C6660

Tints of Pine Cone #6C6660

Color information

#6C6660 (or 0x6C6660) is unknown color: approx Pine Cone. HEX triplet: 6C, 66 and 60. RGB value is (108,102,96). Sum of RGB (Red+Green+Blue) = 108+102+96=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6660 is #93999F. Grayscale: #676767. Windows color (decimal): -9673120 or 6317676. OLE color: 6317676.

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

Color convert

RGB10810296-
CMYK00.060.110.58
HSL30º5.88%40%-
HSV(B)30º11.11%42.35%-
XYZ13.0513.5412.99-
YUV103.11123.99131.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=35.29%
G=33.33%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081029600.060.110.58305.8840
Hex6C666006B3A1e628
Octal15414614006137236650
Binary1101100110011011000000110101111101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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