#697054

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

Shades of Siam #697054

Tints of Siam #697054

Color information

#697054 (or 0x697054) is unknown color: approx Siam. HEX triplet: 69, 70 and 54. RGB value is (105,112,84). Sum of RGB (Red+Green+Blue) = 105+112+84=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #697054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697054 is #968FAB. Grayscale: #6A6A6A. Windows color (decimal): -9867180 or 5533801. OLE color: 5533801.

HSL color Cylindrical-coordinate representation of color #697054: hue angle of 75º 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 #697054 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB10511284-
CMYK0.0600.250.56
HSL75º14.29%38.43%-
HSV(B)75º25%43.92%-
XYZ13.2215.2310.63-
YUV106.72115.18126.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=34.88%
G=37.21%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112840.0600.250.567514.2938.43
Hex6970546019384be26
Octal1511601246031701131646
Binary11010011110000101010011001100111100010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697054; }

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

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

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

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

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

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

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

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