#697648

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

Shades of Siam #697648

Tints of Siam #697648

Color information

#697648 (or 0x697648) is unknown color: approx Siam. HEX triplet: 69, 76 and 48. RGB value is (105,118,72). Sum of RGB (Red+Green+Blue) = 105+118+72=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #697648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697648 is #9689B7. Grayscale: #6D6D6D. Windows color (decimal): -9865656 or 4748905. OLE color: 4748905.

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

Color convert

RGB10511872-
CMYK0.1100.390.54
HSL76.96º24.21%37.25%-
HSV(B)76.96º38.98%46.27%-
XYZ13.4716.438.59-
YUV108.87107.19125.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=35.59%
G=40%
B=24.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118720.1100.390.5476.9624.2137.25
Hex697648B027364d1825
Octal15116611013047661153045
Binary11010011110110100100010110100111110110100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697648; }

 p { color: rgb(105,118,72); }

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

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

 a { background-color: rgb(105,118,72); }

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

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

 span { border-color: rgb(105,118,72); }

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