#696A63

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

Shades of Siam #696A63

Tints of Siam #696A63

Color information

#696A63 (or 0x696A63) is unknown color: approx Siam. HEX triplet: 69, 6A and 63. RGB value is (105,106,99). Sum of RGB (Red+Green+Blue) = 105+106+99=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 106 - color contains mainly: green. Hex color #696A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A63 is #96959C. Grayscale: #686868. Windows color (decimal): -9868701 or 6515305. OLE color: 6515305.

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

Color convert

RGB10510699-
CMYK0.0100.070.58
HSL68.57º3.41%40.2%-
HSV(B)68.57º6.6%41.57%-
XYZ13.2314.2113.85-
YUV104.9124.67128.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=33.87%
G=34.19%
B=31.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106990.0100.070.5868.573.4140.2
Hex696A631073A45328
Octal15115214310772105350
Binary11010011101010110001110111111010100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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