#696B57

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

Shades of Siam #696B57

Tints of Siam #696B57

Color information

#696B57 (or 0x696B57) is unknown color: approx Siam. HEX triplet: 69, 6B and 57. RGB value is (105,107,87). Sum of RGB (Red+Green+Blue) = 105+107+87=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 107 - color contains mainly: green. Hex color #696B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B57 is #9694A8. Grayscale: #686868. Windows color (decimal): -9868457 or 5729129. OLE color: 5729129.

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

Color convert

RGB10510787-
CMYK0.0200.190.58
HSL66º10.31%38.04%-
HSV(B)66º18.69%41.96%-
XYZ12.814.2111.08-
YUV104.12118.34128.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=35.12%
G=35.79%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107870.0200.190.586610.3138.04
Hex696B5720133A42a26
Octal1511531272023721021246
Binary1101001110101110101111001001111101010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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