#696E51

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

Shades of Siam #696E51

Tints of Siam #696E51

Color information

#696E51 (or 0x696E51) is unknown color: approx Siam. HEX triplet: 69, 6E and 51. RGB value is (105,110,81). Sum of RGB (Red+Green+Blue) = 105+110+81=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #696E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E51 is #9691AE. Grayscale: #696969. Windows color (decimal): -9867695 or 5336681. OLE color: 5336681.

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

Color convert

RGB10511081-
CMYK0.0500.260.57
HSL70.34º15.18%37.45%-
HSV(B)70.34º26.36%43.14%-
XYZ12.8914.759.95-
YUV105.2114.34127.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=35.47%
G=37.16%
B=27.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110810.0500.260.5770.3415.1837.45
Hex696E51501A3946f25
Octal1511561215032711061745
Binary11010011101110101000110101101011100110001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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