#67685B

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

Shades of Siam #67685B

Tints of Siam #67685B

Color information

#67685B (or 0x67685B) is unknown color: approx Siam. HEX triplet: 67, 68 and 5B. RGB value is (103,104,91). Sum of RGB (Red+Green+Blue) = 103+104+91=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #67685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67685B is #9897A4. Grayscale: #666666. Windows color (decimal): -10000293 or 5990503. OLE color: 5990503.

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

Color convert

RGB10310491-
CMYK0.0100.120.59
HSL64.62º6.67%38.24%-
HSV(B)64.62º12.5%40.78%-
XYZ12.4313.5411.86-
YUV102.22121.67128.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=34.56%
G=34.90%
B=30.54%

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
Decimal103104910.0100.120.5964.626.6738.24
Hex67685B10C3B41726
Octal147150133101473101746
Binary1100111110100010110111011001110111000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67685B; }

 p { color: rgb(103,104,91); }

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

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

 a { background-color: rgb(103,104,91); }

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

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

 span { border-color: rgb(103,104,91); }

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