#6E7155

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

Shades of Siam #6E7155

Tints of Siam #6E7155

Color information

#6E7155 (or 0x6E7155) is unknown color: approx Siam. HEX triplet: 6E, 71 and 55. RGB value is (110,113,85). Sum of RGB (Red+Green+Blue) = 110+113+85=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7155 is #918EAA. Grayscale: #6D6D6D. Windows color (decimal): -9539243 or 5599598. OLE color: 5599598.

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

Color convert

RGB11011385-
CMYK0.0300.250.56
HSL66.43º14.14%38.82%-
HSV(B)66.43º24.78%44.31%-
XYZ13.9815.7810.9-
YUV108.91114.51128.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=35.71%
G=36.69%
B=27.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113850.0300.250.5666.4314.1438.82
Hex6E715530193842e27
Octal1561611253031701021647
Binary1101110111000110101011101100111100010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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