#686952

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

Shades of Siam #686952

Tints of Siam #686952

Color information

#686952 (or 0x686952) is unknown color: approx Siam. HEX triplet: 68, 69 and 52. RGB value is (104,105,82). Sum of RGB (Red+Green+Blue) = 104+105+82=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #686952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686952 is #9796AD. Grayscale: #666666. Windows color (decimal): -9934510 or 5400936. OLE color: 5400936.

HSL color Cylindrical-coordinate representation of color #686952: hue angle of 62.61º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686952 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB10410582-
CMYK0.0100.220.59
HSL62.61º12.3%36.67%-
HSV(B)62.61º21.9%41.18%-
XYZ12.2813.669.97-
YUV102.08116.67129.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=35.74%
G=36.08%
B=28.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105820.0100.220.5962.6112.336.67
Hex68695210163B3fc25
Octal150151122102673771445
Binary11010001101001101001010101101110111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686952; }

 p { color: rgb(104,105,82); }

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

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

 a { background-color: rgb(104,105,82); }

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

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

 span { border-color: rgb(104,105,82); }

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