#697053

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

Shades of Siam #697053

Tints of Siam #697053

Color information

#697053 (or 0x697053) is unknown color: approx Siam. HEX triplet: 69, 70 and 53. RGB value is (105,112,83). Sum of RGB (Red+Green+Blue) = 105+112+83=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #697053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697053 is #968FAC. Grayscale: #6A6A6A. Windows color (decimal): -9867181 or 5468265. OLE color: 5468265.

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

Color convert

RGB10511283-
CMYK0.0600.260.56
HSL74.48º14.87%38.24%-
HSV(B)74.48º25.89%43.92%-
XYZ13.1815.2210.43-
YUV106.6114.68126.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=35%
G=37.33%
B=27.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112830.0600.260.5674.4814.8738.24
Hex697053601A384af26
Octal1511601236032701121746
Binary11010011110000101001111001101011100010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697053; }

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

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

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

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

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

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

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

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