#6C6661

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

Shades of Pine Cone #6C6661

Tints of Pine Cone #6C6661

Color information

#6C6661 (or 0x6C6661) is unknown color: approx Pine Cone. HEX triplet: 6C, 66 and 61. RGB value is (108,102,97). Sum of RGB (Red+Green+Blue) = 108+102+97=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6661 is #93999E. Grayscale: #676767. Windows color (decimal): -9673119 or 6383212. OLE color: 6383212.

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

Color convert

RGB10810297-
CMYK00.060.100.58
HSL27.27º5.37%40.2%-
HSV(B)27.27º10.19%42.35%-
XYZ13.0913.5513.24-
YUV103.22124.49131.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=35.18%
G=33.22%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081029700.060.100.5827.275.3740.2
Hex6C666106A3A1b528
Octal15414614106127233550
Binary1101100110011011000010110101011101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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