#6D655A

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

Shades of Pine Cone #6D655A

Tints of Pine Cone #6D655A

Color information

#6D655A (or 0x6D655A) is unknown color: approx Pine Cone. HEX triplet: 6D, 65 and 5A. RGB value is (109,101,90). Sum of RGB (Red+Green+Blue) = 109+101+90=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D655A is #929AA5. Grayscale: #666666. Windows color (decimal): -9607846 or 5924205. OLE color: 5924205.

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

Color convert

RGB10910190-
CMYK00.070.170.57
HSL34.74º9.55%39.02%-
HSV(B)34.74º17.43%42.75%-
XYZ12.8113.311.56-
YUV102.14121.15132.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=36.33%
G=33.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091019000.070.170.5734.749.5539.02
Hex6D655A07113923a27
Octal155145132072171431247
Binary1101101110010110110100111100011110011000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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