#6C655F

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

Shades of Pine Cone #6C655F

Tints of Pine Cone #6C655F

Color information

#6C655F (or 0x6C655F) is unknown color: approx Pine Cone. HEX triplet: 6C, 65 and 5F. RGB value is (108,101,95). Sum of RGB (Red+Green+Blue) = 108+101+95=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 108 - color contains mainly: red. Hex color #6C655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C655F is #939AA0. Grayscale: #666666. Windows color (decimal): -9673377 or 6251884. OLE color: 6251884.

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

Color convert

RGB10810195-
CMYK00.060.120.58
HSL27.69º6.4%39.8%-
HSV(B)27.69º12.04%42.35%-
XYZ12.913.3212.72-
YUV102.41123.82131.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=35.53%
G=33.22%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081019500.060.120.5827.696.439.8
Hex6C655F06C3A1c628
Octal15414513706147234650
Binary1101100110010110111110110110011101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,95); }

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

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

 a { background-color: rgb(108,101,95); }

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

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

 span { border-color: rgb(108,101,95); }

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