#6E645B

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

Shades of Pine Cone #6E645B

Tints of Pine Cone #6E645B

Color information

#6E645B (or 0x6E645B) is unknown color: approx Pine Cone. HEX triplet: 6E, 64 and 5B. RGB value is (110,100,91). Sum of RGB (Red+Green+Blue) = 110+100+91=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E645B is #919BA4. Grayscale: #666666. Windows color (decimal): -9542565 or 5989486. OLE color: 5989486.

HSL color Cylindrical-coordinate representation of color #6E645B: hue angle of 28.42º degrees, saturation: 0.09, 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 #6E645B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB11010091-
CMYK00.090.170.57
HSL28.42º9.45%39.41%-
HSV(B)28.42º17.27%43.14%-
XYZ12.8813.1811.76-
YUV101.96121.81133.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=36.54%
G=33.22%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101009100.090.170.5728.429.4539.41
Hex6E645B0911391c927
Octal1561441330112171341147
Binary1101110110010010110110100110001111001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,91); }

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

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

 a { background-color: rgb(110,100,91); }

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

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

 span { border-color: rgb(110,100,91); }

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