#697055

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

Shades of Siam #697055

Tints of Siam #697055

Color information

#697055 (or 0x697055) is unknown color: approx Siam. HEX triplet: 69, 70 and 55. RGB value is (105,112,85). Sum of RGB (Red+Green+Blue) = 105+112+85=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #697055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697055 is #968FAA. Grayscale: #6A6A6A. Windows color (decimal): -9867179 or 5599337. OLE color: 5599337.

HSL color Cylindrical-coordinate representation of color #697055: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #697055 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB10511285-
CMYK0.0600.240.56
HSL75.56º13.71%38.63%-
HSV(B)75.56º24.11%43.92%-
XYZ13.2615.2510.84-
YUV106.83115.68126.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=34.77%
G=37.09%
B=28.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112850.0600.240.5675.5613.7138.63
Hex6970556018384ce27
Octal1511601256030701141647
Binary11010011110000101010111001100011100010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697055; }

 p { color: rgb(105,112,85); }

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

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

 a { background-color: rgb(105,112,85); }

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

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

 span { border-color: rgb(105,112,85); }

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