#67685C

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

Shades of Siam #67685C

Tints of Siam #67685C

Color information

#67685C (or 0x67685C) is unknown color: approx Siam. HEX triplet: 67, 68 and 5C. RGB value is (103,104,92). Sum of RGB (Red+Green+Blue) = 103+104+92=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #67685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67685C is #9897A3. Grayscale: #666666. Windows color (decimal): -10000292 or 6056039. OLE color: 6056039.

HSL color Cylindrical-coordinate representation of color #67685C: hue angle of 65º degrees, saturation: 0.06, 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 #67685C is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10310492-
CMYK0.0100.120.59
HSL65º6.12%38.43%-
HSV(B)65º11.54%40.78%-
XYZ12.4813.5612.08-
YUV102.33122.17128.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=34.45%
G=34.78%
B=30.77%

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
Decimal103104920.0100.120.59656.1238.43
Hex67685C10C3B41626
Octal147150134101473101646
Binary1100111110100010111001011001110111000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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