#686C48

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

Shades of Siam #686C48

Tints of Siam #686C48

Color information

#686C48 (or 0x686C48) is unknown color: approx Siam. HEX triplet: 68, 6C and 48. RGB value is (104,108,72). Sum of RGB (Red+Green+Blue) = 104+108+72=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #686C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C48 is #9793B7. Grayscale: #666666. Windows color (decimal): -9933752 or 4746344. OLE color: 4746344.

HSL color Cylindrical-coordinate representation of color #686C48: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686C48 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB10410872-
CMYK0.0400.330.58
HSL66.67º20%35.29%-
HSV(B)66.67º33.33%42.35%-
XYZ12.2414.148.21-
YUV102.7110.67128.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=36.62%
G=38.03%
B=25.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104108720.0400.330.5866.672035.29
Hex686C4840213A431423
Octal1501541104041721032443
Binary1101000110110010010001000100001111010100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686C48; }

 p { color: rgb(104,108,72); }

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

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

 a { background-color: rgb(104,108,72); }

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

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

 span { border-color: rgb(104,108,72); }

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