#67685D

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

Shades of Siam #67685D

Tints of Siam #67685D

Color information

#67685D (or 0x67685D) is unknown color: approx Siam. HEX triplet: 67, 68 and 5D. RGB value is (103,104,93). Sum of RGB (Red+Green+Blue) = 103+104+93=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #67685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67685D is #9897A2. Grayscale: #666666. Windows color (decimal): -10000291 or 6121575. OLE color: 6121575.

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

Color convert

RGB10310493-
CMYK0.0100.110.59
HSL65.45º5.58%38.63%-
HSV(B)65.45º10.58%40.78%-
XYZ12.5213.5712.32-
YUV102.45122.67128.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=34.33%
G=34.67%
B=31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103104930.0100.110.5965.455.5838.63
Hex67685D10B3B41627
Octal147150135101373101647
Binary1100111110100010111011010111110111000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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