#666B4E

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

Shades of Siam #666B4E

Tints of Siam #666B4E

Color information

#666B4E (or 0x666B4E) is unknown color: approx Siam. HEX triplet: 66, 6B and 4E. RGB value is (102,107,78). Sum of RGB (Red+Green+Blue) = 102+107+78=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #666B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B4E is #9994B1. Grayscale: #666666. Windows color (decimal): -10065074 or 5139302. OLE color: 5139302.

HSL color Cylindrical-coordinate representation of color #666B4E: hue angle of 70.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666B4E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB10210778-
CMYK0.0500.270.58
HSL70.34º15.68%36.27%-
HSV(B)70.34º27.1%41.96%-
XYZ12.1113.899.25-
YUV102.2114.34127.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=35.54%
G=37.28%
B=27.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107780.0500.270.5870.3415.6836.27
Hex666B4E501B3A461024
Octal1461531165033721062044
Binary110011011010111001110101011011111010100011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666B4E; }

 p { color: rgb(102,107,78); }

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

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

 a { background-color: rgb(102,107,78); }

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

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

 span { border-color: rgb(102,107,78); }

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