#666849

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

Shades of Siam #666849

Tints of Siam #666849

Color information

#666849 (or 0x666849) is unknown color: approx Siam. HEX triplet: 66, 68 and 49. RGB value is (102,104,73). Sum of RGB (Red+Green+Blue) = 102+104+73=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #666849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666849 is #9997B6. Grayscale: #636363. Windows color (decimal): -10065847 or 4810854. OLE color: 4810854.

HSL color Cylindrical-coordinate representation of color #666849: hue angle of 63.87º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666849 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10210473-
CMYK0.0200.300.59
HSL63.87º17.51%34.71%-
HSV(B)63.87º29.81%40.78%-
XYZ11.6313.218.24-
YUV99.87112.84129.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=36.56%
G=37.28%
B=26.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104730.0200.300.5963.8717.5134.71
Hex666849201E3B401223
Octal1461501112036731002243
Binary11001101101000100100110011110111011100000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666849; }

 p { color: rgb(102,104,73); }

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

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

 a { background-color: rgb(102,104,73); }

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

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

 span { border-color: rgb(102,104,73); }

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