#6E645A

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

Shades of Pine Cone #6E645A

Tints of Pine Cone #6E645A

Color information

#6E645A (or 0x6E645A) is unknown color: approx Pine Cone. HEX triplet: 6E, 64 and 5A. RGB value is (110,100,90). Sum of RGB (Red+Green+Blue) = 110+100+90=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E645A is #919BA5. Grayscale: #656565. Windows color (decimal): -9542566 or 5923950. OLE color: 5923950.

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

Color convert

RGB11010090-
CMYK00.090.180.57
HSL30º10%39.22%-
HSV(B)30º18.18%43.14%-
XYZ12.8313.1711.54-
YUV101.85121.31133.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101009000.090.180.57301039.22
Hex6E645A0912391ea27
Octal1561441320112271361247
Binary1101110110010010110100100110010111001111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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