#696B56

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

Shades of Siam #696B56

Tints of Siam #696B56

Color information

#696B56 (or 0x696B56) is unknown color: approx Siam. HEX triplet: 69, 6B and 56. RGB value is (105,107,86). Sum of RGB (Red+Green+Blue) = 105+107+86=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #696B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B56 is #9694A9. Grayscale: #686868. Windows color (decimal): -9868458 or 5663593. OLE color: 5663593.

HSL color Cylindrical-coordinate representation of color #696B56: hue angle of 65.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696B56 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB10510786-
CMYK0.0200.200.58
HSL65.71º10.88%37.84%-
HSV(B)65.71º19.63%41.96%-
XYZ12.7614.1910.87-
YUV104.01117.84128.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=35.23%
G=35.91%
B=28.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107860.0200.200.5865.7110.8837.84
Hex696B5620143A42b26
Octal1511531262024721021346
Binary1101001110101110101101001010011101010000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,86); }

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

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

 a { background-color: rgb(105,107,86); }

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

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

 span { border-color: rgb(105,107,86); }

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