#696D5E

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

Shades of Siam #696D5E

Tints of Siam #696D5E

Color information

#696D5E (or 0x696D5E) is unknown color: approx Siam. HEX triplet: 69, 6D and 5E. RGB value is (105,109,94). Sum of RGB (Red+Green+Blue) = 105+109+94=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #696D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D5E is #9692A1. Grayscale: #6A6A6A. Windows color (decimal): -9867938 or 6188393. OLE color: 6188393.

HSL color Cylindrical-coordinate representation of color #696D5E: hue angle of 76º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696D5E is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB10510994-
CMYK0.0400.140.57
HSL76º7.39%39.8%-
HSV(B)76º13.76%42.75%-
XYZ13.3114.7512.73-
YUV106.09121.17127.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=34.09%
G=35.39%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109940.0400.140.57767.3939.8
Hex696D5E40E394c728
Octal151155136401671114750
Binary110100111011011011110100011101110011001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,94); }

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

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

 a { background-color: rgb(105,109,94); }

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

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

 span { border-color: rgb(105,109,94); }

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