#67685E

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

Shades of Siam #67685E

Tints of Siam #67685E

Color information

#67685E (or 0x67685E) is unknown color: approx Siam. HEX triplet: 67, 68 and 5E. RGB value is (103,104,94). Sum of RGB (Red+Green+Blue) = 103+104+94=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 104 - color contains mainly: green. Hex color #67685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67685E is #9897A1. Grayscale: #666666. Windows color (decimal): -10000290 or 6187111. OLE color: 6187111.

HSL color Cylindrical-coordinate representation of color #67685E: hue angle of 66º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67685E is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10310494-
CMYK0.0100.100.59
HSL66º5.05%38.82%-
HSV(B)66º9.62%40.78%-
XYZ12.5613.5912.55-
YUV102.56123.17128.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=34.22%
G=34.55%
B=31.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103104940.0100.100.59665.0538.82
Hex67685E10A3B42527
Octal147150136101273102547
Binary1100111110100010111101010101110111000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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