#696D50

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

Shades of Siam #696D50

Tints of Siam #696D50

Color information

#696D50 (or 0x696D50) is unknown color: approx Siam. HEX triplet: 69, 6D and 50. RGB value is (105,109,80). Sum of RGB (Red+Green+Blue) = 105+109+80=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #696D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D50 is #9692AF. Grayscale: #686868. Windows color (decimal): -9867952 or 5270889. OLE color: 5270889.

HSL color Cylindrical-coordinate representation of color #696D50: hue angle of 68.28º degrees, saturation: 0.15, 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 #696D50 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10510980-
CMYK0.0400.270.57
HSL68.28º15.34%37.06%-
HSV(B)68.28º26.61%42.75%-
XYZ12.7414.529.72-
YUV104.5114.17128.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=35.71%
G=37.07%
B=27.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109800.0400.270.5768.2815.3437.06
Hex696D50401B3944f25
Octal1511551204033711041745
Binary11010011101101101000010001101111100110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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