#68695C

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

Shades of Siam #68695C

Tints of Siam #68695C

Color information

#68695C (or 0x68695C) is unknown color: approx Siam. HEX triplet: 68, 69 and 5C. RGB value is (104,105,92). Sum of RGB (Red+Green+Blue) = 104+105+92=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #68695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68695C is #9796A3. Grayscale: #676767. Windows color (decimal): -9934500 or 6056296. OLE color: 6056296.

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

Color convert

RGB10410592-
CMYK0.0100.120.59
HSL64.62º6.6%38.63%-
HSV(B)64.62º12.38%41.18%-
XYZ12.6913.8212.12-
YUV103.22121.67128.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=34.55%
G=34.88%
B=30.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105920.0100.120.5964.626.638.63
Hex68695C10C3B41727
Octal150151134101473101747
Binary1101000110100110111001011001110111000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68695C; }

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

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

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

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

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

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

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

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