#696E5B

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

Shades of Siam #696E5B

Tints of Siam #696E5B

Color information

#696E5B (or 0x696E5B) is unknown color: approx Siam. HEX triplet: 69, 6E and 5B. RGB value is (105,110,91). Sum of RGB (Red+Green+Blue) = 105+110+91=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 110 - color contains mainly: green. Hex color #696E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E5B is #9691A4. Grayscale: #6A6A6A. Windows color (decimal): -9867685 or 5992041. OLE color: 5992041.

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

Color convert

RGB10511091-
CMYK0.0500.170.57
HSL75.79º9.45%39.41%-
HSV(B)75.79º17.27%43.14%-
XYZ13.2914.9112.08-
YUV106.34119.34127.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=34.31%
G=35.95%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110910.0500.170.5775.799.4539.41
Hex696E5B5011394c927
Octal1511561335021711141147
Binary11010011101110101101110101000111100110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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