#697047

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

Shades of Siam #697047

Tints of Siam #697047

Color information

#697047 (or 0x697047) is unknown color: approx Siam. HEX triplet: 69, 70 and 47. RGB value is (105,112,71). Sum of RGB (Red+Green+Blue) = 105+112+71=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #697047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697047 is #968FB8. Grayscale: #696969. Windows color (decimal): -9867193 or 4681833. OLE color: 4681833.

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

Color convert

RGB10511271-
CMYK0.0600.370.56
HSL70.24º22.4%35.88%-
HSV(B)70.24º36.61%43.92%-
XYZ12.7615.058.19-
YUV105.23108.68127.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=36.46%
G=38.89%
B=24.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112710.0600.370.5670.2422.435.88
Hex697047602538461624
Octal1511601076045701062644
Binary1101001111000010001111100100101111000100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697047; }

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

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

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

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

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

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

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

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