#696B51

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

Shades of Siam #696B51

Tints of Siam #696B51

Color information

#696B51 (or 0x696B51) is unknown color: approx Siam. HEX triplet: 69, 6B and 51. RGB value is (105,107,81). Sum of RGB (Red+Green+Blue) = 105+107+81=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #696B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B51 is #9694AE. Grayscale: #676767. Windows color (decimal): -9868463 or 5335913. OLE color: 5335913.

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

Color convert

RGB10510781-
CMYK0.0200.240.58
HSL64.62º13.83%36.86%-
HSV(B)64.62º24.3%41.96%-
XYZ12.5714.119.85-
YUV103.44115.34129.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=35.84%
G=36.52%
B=27.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107810.0200.240.5864.6213.8336.86
Hex696B5120183A41e25
Octal1511531212030721011645
Binary1101001110101110100011001100011101010000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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