#697350

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

Shades of Siam #697350

Tints of Siam #697350

Color information

#697350 (or 0x697350) is unknown color: approx Siam. HEX triplet: 69, 73 and 50. RGB value is (105,115,80). Sum of RGB (Red+Green+Blue) = 105+115+80=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #697350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697350 is #968CAF. Grayscale: #6C6C6C. Windows color (decimal): -9866416 or 5272425. OLE color: 5272425.

HSL color Cylindrical-coordinate representation of color #697350: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697350 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10511580-
CMYK0.0900.300.55
HSL77.14º17.95%38.24%-
HSV(B)77.14º30.43%45.1%-
XYZ13.415.849.94-
YUV108.02112.19125.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=35%
G=38.33%
B=26.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115800.0900.300.5577.1417.9538.24
Hex697350901E374d1226
Octal15116312011036671152246
Binary1101001111001110100001001011110110111100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697350; }

 p { color: rgb(105,115,80); }

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

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

 a { background-color: rgb(105,115,80); }

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

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

 span { border-color: rgb(105,115,80); }

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