#66694B

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

Shades of Siam #66694B

Tints of Siam #66694B

Color information

#66694B (or 0x66694B) is unknown color: approx Siam. HEX triplet: 66, 69 and 4B. RGB value is (102,105,75). Sum of RGB (Red+Green+Blue) = 102+105+75=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #66694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66694B is #9996B4. Grayscale: #646464. Windows color (decimal): -10065589 or 4942182. OLE color: 4942182.

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

Color convert

RGB10210575-
CMYK0.0300.290.59
HSL66º16.67%35.29%-
HSV(B)66º28.57%41.18%-
XYZ11.813.448.63-
YUV100.68113.51128.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=36.17%
G=37.23%
B=26.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105750.0300.290.596616.6735.29
Hex66694B301D3B421123
Octal1461511133035731022143
Binary11001101101001100101111011101111011100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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