#696E50

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

Shades of Siam #696E50

Tints of Siam #696E50

Color information

#696E50 (or 0x696E50) is unknown color: approx Siam. HEX triplet: 69, 6E and 50. RGB value is (105,110,80). Sum of RGB (Red+Green+Blue) = 105+110+80=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #696E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E50 is #9691AF. Grayscale: #696969. Windows color (decimal): -9867696 or 5271145. OLE color: 5271145.

HSL color Cylindrical-coordinate representation of color #696E50: hue angle of 70º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696E50 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10511080-
CMYK0.0500.270.57
HSL70º15.79%37.25%-
HSV(B)70º27.27%43.14%-
XYZ12.8514.739.76-
YUV105.08113.84127.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=35.59%
G=37.29%
B=27.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110800.0500.270.577015.7937.25
Hex696E50501B39461025
Octal1511561205033711062045
Binary110100111011101010000101011011111001100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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