#686B48

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

Shades of Siam #686B48

Tints of Siam #686B48

Color information

#686B48 (or 0x686B48) is unknown color: approx Siam. HEX triplet: 68, 6B and 48. RGB value is (104,107,72). Sum of RGB (Red+Green+Blue) = 104+107+72=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #686B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B48 is #9794B7. Grayscale: #666666. Windows color (decimal): -9934008 or 4746088. OLE color: 4746088.

HSL color Cylindrical-coordinate representation of color #686B48: hue angle of 65.14º 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 #686B48 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB10410772-
CMYK0.0300.330.58
HSL65.14º19.55%35.1%-
HSV(B)65.14º32.71%41.96%-
XYZ12.1413.938.18-
YUV102.11111.01129.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=36.75%
G=37.81%
B=25.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107720.0300.330.5865.1419.5535.1
Hex686B4830213A411423
Octal1501531103041721012443
Binary110100011010111001000110100001111010100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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