#696B59

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

Shades of Siam #696B59

Tints of Siam #696B59

Color information

#696B59 (or 0x696B59) is unknown color: approx Siam. HEX triplet: 69, 6B and 59. RGB value is (105,107,89). Sum of RGB (Red+Green+Blue) = 105+107+89=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #696B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B59 is #9694A6. Grayscale: #686868. Windows color (decimal): -9868455 or 5860201. OLE color: 5860201.

HSL color Cylindrical-coordinate representation of color #696B59: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696B59 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB10510789-
CMYK0.0200.170.58
HSL66.67º9.18%38.43%-
HSV(B)66.67º16.82%41.96%-
XYZ12.8914.2411.52-
YUV104.35119.34128.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=34.88%
G=35.55%
B=29.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107890.0200.170.5866.679.1838.43
Hex696B5920113A43926
Octal1511531312021721031146
Binary1101001110101110110011001000111101010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,89); }

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

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

 a { background-color: rgb(105,107,89); }

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

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

 span { border-color: rgb(105,107,89); }

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