#696A4F

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

Shades of Siam #696A4F

Tints of Siam #696A4F

Color information

#696A4F (or 0x696A4F) is unknown color: approx Siam. HEX triplet: 69, 6A and 4F. RGB value is (105,106,79). Sum of RGB (Red+Green+Blue) = 105+106+79=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #696A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A4F is #9695B0. Grayscale: #666666. Windows color (decimal): -9868721 or 5204585. OLE color: 5204585.

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

Color convert

RGB10510679-
CMYK0.0100.250.58
HSL62.22º14.59%36.27%-
HSV(B)62.22º25.47%41.57%-
XYZ12.3913.889.42-
YUV102.62114.67129.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=36.21%
G=36.55%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106790.0100.250.5862.2214.5936.27
Hex696A4F10193A3ef24
Octal151152117103172761744
Binary11010011101010100111110110011110101111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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