#697549

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

Shades of Siam #697549

Tints of Siam #697549

Color information

#697549 (or 0x697549) is unknown color: approx Siam. HEX triplet: 69, 75 and 49. RGB value is (105,117,73). Sum of RGB (Red+Green+Blue) = 105+117+73=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #697549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697549 is #968AB6. Grayscale: #6C6C6C. Windows color (decimal): -9865911 or 4814185. OLE color: 4814185.

HSL color Cylindrical-coordinate representation of color #697549: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697549 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB10511773-
CMYK0.1000.380.54
HSL76.36º23.16%37.25%-
HSV(B)76.36º37.61%45.88%-
XYZ13.3916.218.73-
YUV108.4108.02125.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=35.59%
G=39.66%
B=24.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117730.1000.380.5476.3623.1637.25
Hex697549A026364c1725
Octal15116511112046661142745
Binary11010011110101100100110100100110110110100110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697549; }

 p { color: rgb(105,117,73); }

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

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

 a { background-color: rgb(105,117,73); }

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

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

 span { border-color: rgb(105,117,73); }

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