#696F53

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

Shades of Siam #696F53

Tints of Siam #696F53

Color information

#696F53 (or 0x696F53) is unknown color: approx Siam. HEX triplet: 69, 6F and 53. RGB value is (105,111,83). Sum of RGB (Red+Green+Blue) = 105+111+83=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #696F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F53 is #9690AC. Grayscale: #6A6A6A. Windows color (decimal): -9867437 or 5468009. OLE color: 5468009.

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

Color convert

RGB10511183-
CMYK0.0500.250.56
HSL72.86º14.43%38.04%-
HSV(B)72.86º25.23%43.53%-
XYZ13.071510.39-
YUV106.01115.01127.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=35.12%
G=37.12%
B=27.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111830.0500.250.5672.8614.4338.04
Hex696F5350193849e26
Octal1511571235031701111646
Binary11010011101111101001110101100111100010010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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