#6E655A

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

Shades of Pine Cone #6E655A

Tints of Pine Cone #6E655A

Color information

#6E655A (or 0x6E655A) is unknown color: approx Pine Cone. HEX triplet: 6E, 65 and 5A. RGB value is (110,101,90). Sum of RGB (Red+Green+Blue) = 110+101+90=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E655A is #919AA5. Grayscale: #666666. Windows color (decimal): -9542310 or 5924206. OLE color: 5924206.

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

Color convert

RGB11010190-
CMYK00.080.180.57
HSL33º10%39.22%-
HSV(B)33º18.18%43.14%-
XYZ12.9313.3611.57-
YUV102.44120.98133.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=36.54%
G=33.55%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101019000.080.180.57331039.22
Hex6E655A08123921a27
Octal1561451320102271411247
Binary11011101100101101101001000100101110011000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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