#666B4C

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

Shades of Siam #666B4C

Tints of Siam #666B4C

Color information

#666B4C (or 0x666B4C) is unknown color: approx Siam. HEX triplet: 66, 6B and 4C. RGB value is (102,107,76). Sum of RGB (Red+Green+Blue) = 102+107+76=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #666B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B4C is #9994B3. Grayscale: #666666. Windows color (decimal): -10065076 or 5008230. OLE color: 5008230.

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

Color convert

RGB10210776-
CMYK0.0500.290.58
HSL69.68º16.94%35.88%-
HSV(B)69.68º28.97%41.96%-
XYZ12.0413.868.88-
YUV101.97113.34128.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=35.79%
G=37.54%
B=26.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107760.0500.290.5869.6816.9435.88
Hex666B4C501D3A461124
Octal1461531145035721062144
Binary110011011010111001100101011101111010100011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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