#6D655E

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

Shades of Pine Cone #6D655E

Tints of Pine Cone #6D655E

Color information

#6D655E (or 0x6D655E) is unknown color: approx Pine Cone. HEX triplet: 6D, 65 and 5E. RGB value is (109,101,94). Sum of RGB (Red+Green+Blue) = 109+101+94=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D655E is #929AA1. Grayscale: #666666. Windows color (decimal): -9607842 or 6186349. OLE color: 6186349.

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

Color convert

RGB10910194-
CMYK00.070.140.57
HSL28º7.39%39.8%-
HSV(B)28º13.76%42.75%-
XYZ12.9813.3712.49-
YUV102.59123.15132.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=35.86%
G=33.22%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091019400.070.140.57287.3939.8
Hex6D655E07E391c728
Octal15514513607167134750
Binary1101101110010110111100111111011100111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,94); }

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

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

 a { background-color: rgb(109,101,94); }

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

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

 span { border-color: rgb(109,101,94); }

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