#696E57

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

Shades of Siam #696E57

Tints of Siam #696E57

Color information

#696E57 (or 0x696E57) is unknown color: approx Siam. HEX triplet: 69, 6E and 57. RGB value is (105,110,87). Sum of RGB (Red+Green+Blue) = 105+110+87=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #696E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E57 is #9691A8. Grayscale: #696969. Windows color (decimal): -9867689 or 5729897. OLE color: 5729897.

HSL color Cylindrical-coordinate representation of color #696E57: hue angle of 73.04º 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 #696E57 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB10511087-
CMYK0.0500.210.57
HSL73.04º11.68%38.63%-
HSV(B)73.04º20.91%43.14%-
XYZ13.1214.8411.19-
YUV105.88117.34127.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=34.77%
G=36.42%
B=28.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110870.0500.210.5773.0411.6838.63
Hex696E5750153949c27
Octal1511561275025711111447
Binary11010011101110101011110101010111100110010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696E57; }

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

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

<style>
 a { background-color: #696E57; }

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

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

<style>
 span { border-color: #696E57; }

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

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