#6E7056

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

Shades of Siam #6E7056

Tints of Siam #6E7056

Color information

#6E7056 (or 0x6E7056) is unknown color: approx Siam. HEX triplet: 6E, 70 and 56. RGB value is (110,112,86). Sum of RGB (Red+Green+Blue) = 110+112+86=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7056 is #918FA9. Grayscale: #6C6C6C. Windows color (decimal): -9539498 or 5664878. OLE color: 5664878.

HSL color Cylindrical-coordinate representation of color #6E7056: hue angle of 64.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E7056 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB11011286-
CMYK0.0200.230.56
HSL64.62º13.13%38.82%-
HSV(B)64.62º23.21%43.92%-
XYZ13.915.5811.08-
YUV108.44115.34129.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=35.71%
G=36.36%
B=27.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112860.0200.230.5664.6213.1338.82
Hex6E705620173841d27
Octal1561601262027701011547
Binary1101110111000010101101001011111100010000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,86); }

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

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

 a { background-color: rgb(110,112,86); }

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

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

 span { border-color: rgb(110,112,86); }

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