#66694E

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

Shades of Siam #66694E

Tints of Siam #66694E

Color information

#66694E (or 0x66694E) is unknown color: approx Siam. HEX triplet: 66, 69 and 4E. RGB value is (102,105,78). Sum of RGB (Red+Green+Blue) = 102+105+78=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #66694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66694E is #9996B1. Grayscale: #656565. Windows color (decimal): -10065586 or 5138790. OLE color: 5138790.

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

Color convert

RGB10210578-
CMYK0.0300.260.59
HSL66.67º14.75%35.88%-
HSV(B)66.67º25.71%41.18%-
XYZ11.9113.489.18-
YUV101.02115.01128.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=35.79%
G=36.84%
B=27.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105780.0300.260.5966.6714.7535.88
Hex66694E301A3B43f24
Octal1461511163032731031744
Binary1100110110100110011101101101011101110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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