#6E7055

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

Shades of Siam #6E7055

Tints of Siam #6E7055

Color information

#6E7055 (or 0x6E7055) is unknown color: approx Siam. HEX triplet: 6E, 70 and 55. RGB value is (110,112,85). Sum of RGB (Red+Green+Blue) = 110+112+85=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7055 is #918FAA. Grayscale: #6C6C6C. Windows color (decimal): -9539499 or 5599342. OLE color: 5599342.

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

Color convert

RGB11011285-
CMYK0.0200.240.56
HSL64.44º13.71%38.63%-
HSV(B)64.44º24.11%43.92%-
XYZ13.8615.5610.87-
YUV108.32114.84129.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=35.83%
G=36.48%
B=27.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112850.0200.240.5664.4413.7138.63
Hex6E705520183840e27
Octal1561601252030701001647
Binary1101110111000010101011001100011100010000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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