#66694D

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

Shades of Siam #66694D

Tints of Siam #66694D

Color information

#66694D (or 0x66694D) is unknown color: approx Siam. HEX triplet: 66, 69 and 4D. RGB value is (102,105,77). Sum of RGB (Red+Green+Blue) = 102+105+77=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #66694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66694D is #9996B2. Grayscale: #656565. Windows color (decimal): -10065587 or 5073254. OLE color: 5073254.

HSL color Cylindrical-coordinate representation of color #66694D: hue angle of 66.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66694D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB10210577-
CMYK0.0300.270.59
HSL66.43º15.38%35.69%-
HSV(B)66.43º26.67%41.18%-
XYZ11.8713.468.99-
YUV100.91114.51128.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=35.92%
G=36.97%
B=27.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105770.0300.270.5966.4315.3835.69
Hex66694D301B3B42f24
Octal1461511153033731021744
Binary1100110110100110011011101101111101110000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,105,77); }

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

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

 a { background-color: rgb(102,105,77); }

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

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

 span { border-color: rgb(102,105,77); }

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