#697253

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

Shades of Siam #697253

Tints of Siam #697253

Color information

#697253 (or 0x697253) is unknown color: approx Siam. HEX triplet: 69, 72 and 53. RGB value is (105,114,83). Sum of RGB (Red+Green+Blue) = 105+114+83=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #697253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697253 is #968DAC. Grayscale: #6B6B6B. Windows color (decimal): -9866669 or 5468777. OLE color: 5468777.

HSL color Cylindrical-coordinate representation of color #697253: hue angle of 77.42º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697253 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB10511483-
CMYK0.0800.270.55
HSL77.42º15.74%38.63%-
HSV(B)77.42º27.19%44.71%-
XYZ13.415.6610.5-
YUV107.78114.02126.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=34.77%
G=37.75%
B=27.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114830.0800.270.5577.4215.7438.63
Hex697253801B374d1027
Octal15116212310033671152047
Binary1101001111001010100111000011011110111100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697253; }

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

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

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

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

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

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

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

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