#696A64

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

Shades of Siam #696A64

Tints of Siam #696A64

Color information

#696A64 (or 0x696A64) is unknown color: approx Siam. HEX triplet: 69, 6A and 64. RGB value is (105,106,100). Sum of RGB (Red+Green+Blue) = 105+106+100=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 106 - color contains mainly: green. Hex color #696A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A64 is #96959B. Grayscale: #696969. Windows color (decimal): -9868700 or 6580841. OLE color: 6580841.

HSL color Cylindrical-coordinate representation of color #696A64: hue angle of 70º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696A64 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB105106100-
CMYK0.0100.060.58
HSL70º2.91%40.39%-
HSV(B)70º5.66%41.57%-
XYZ13.2814.2314.1-
YUV105.02125.17127.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=33.76%
G=34.08%
B=32.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051061000.0100.060.58702.9140.39
Hex696A641063A46328
Octal15115214410672106350
Binary11010011101010110010010110111010100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,106,100); }

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

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

 a { background-color: rgb(105,106,100); }

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

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

 span { border-color: rgb(105,106,100); }

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