#696C5C

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

Shades of Siam #696C5C

Tints of Siam #696C5C

Color information

#696C5C (or 0x696C5C) is unknown color: approx Siam. HEX triplet: 69, 6C and 5C. RGB value is (105,108,92). Sum of RGB (Red+Green+Blue) = 105+108+92=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 108 - color contains mainly: green. Hex color #696C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C5C is #9693A3. Grayscale: #696969. Windows color (decimal): -9868196 or 6057065. OLE color: 6057065.

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

Color convert

RGB10510892-
CMYK0.0300.150.58
HSL71.25º8%39.22%-
HSV(B)71.25º14.81%42.35%-
XYZ13.1214.512.23-
YUV105.28120.51127.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=34.43%
G=35.41%
B=30.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108920.0300.150.5871.25839.22
Hex696C5C30F3A47827
Octal1511541343017721071047
Binary110100111011001011100110111111101010001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,92); }

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

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

 a { background-color: rgb(105,108,92); }

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

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

 span { border-color: rgb(105,108,92); }

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