#696F51

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

Shades of Siam #696F51

Tints of Siam #696F51

Color information

#696F51 (or 0x696F51) is unknown color: approx Siam. HEX triplet: 69, 6F and 51. RGB value is (105,111,81). Sum of RGB (Red+Green+Blue) = 105+111+81=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #696F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F51 is #9690AE. Grayscale: #696969. Windows color (decimal): -9867439 or 5336937. OLE color: 5336937.

HSL color Cylindrical-coordinate representation of color #696F51: hue angle of 72º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696F51 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB10511181-
CMYK0.0500.270.56
HSL72º15.62%37.65%-
HSV(B)72º27.03%43.53%-
XYZ1314.979.99-
YUV105.79114.01127.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=35.35%
G=37.37%
B=27.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111810.0500.270.567215.6237.65
Hex696F51501B38481026
Octal1511571215033701102046
Binary110100111011111010001101011011111000100100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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