#6A6E59

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

Shades of Siam #6A6E59

Tints of Siam #6A6E59

Color information

#6A6E59 (or 0x6A6E59) is unknown color: approx Siam. HEX triplet: 6A, 6E and 59. RGB value is (106,110,89). Sum of RGB (Red+Green+Blue) = 106+110+89=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E59 is #9591A6. Grayscale: #6A6A6A. Windows color (decimal): -9802151 or 5860970. OLE color: 5860970.

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

Color convert

RGB10611089-
CMYK0.0400.190.57
HSL71.43º10.55%39.02%-
HSV(B)71.43º19.09%43.14%-
XYZ13.3214.9411.63-
YUV106.41118.17127.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=34.75%
G=36.07%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106110890.0400.190.5771.4310.5539.02
Hex6A6E5940133947b27
Octal1521561314023711071347
Binary11010101101110101100110001001111100110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,110,89); }

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

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

 a { background-color: rgb(106,110,89); }

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

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

 span { border-color: rgb(106,110,89); }

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