#6E6457

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

Shades of Pine Cone #6E6457

Tints of Pine Cone #6E6457

Color information

#6E6457 (or 0x6E6457) is unknown color: approx Pine Cone. HEX triplet: 6E, 64 and 57. RGB value is (110,100,87). Sum of RGB (Red+Green+Blue) = 110+100+87=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6457 is #919BA8. Grayscale: #656565. Windows color (decimal): -9542569 or 5727342. OLE color: 5727342.

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

Color convert

RGB11010087-
CMYK00.090.210.57
HSL33.91º11.68%38.63%-
HSV(B)33.91º20.91%43.14%-
XYZ12.7113.1210.88-
YUV101.51119.81134.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=37.04%
G=33.67%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101008700.090.210.5733.9111.6838.63
Hex6E645709153922c27
Octal1561441270112571421447
Binary11011101100100101011101001101011110011000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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