#66695A

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

Shades of Siam #66695A

Tints of Siam #66695A

Color information

#66695A (or 0x66695A) is unknown color: approx Siam. HEX triplet: 66, 69 and 5A. RGB value is (102,105,90). Sum of RGB (Red+Green+Blue) = 102+105+90=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #66695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66695A is #9996A5. Grayscale: #666666. Windows color (decimal): -10065574 or 5925222. OLE color: 5925222.

HSL color Cylindrical-coordinate representation of color #66695A: hue angle of 72º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66695A is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB10210590-
CMYK0.0300.140.59
HSL72º7.69%38.24%-
HSV(B)72º14.29%41.18%-
XYZ12.3813.6711.66-
YUV102.39121.01127.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=34.34%
G=35.35%
B=30.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105900.0300.140.59727.6938.24
Hex66695A30E3B48826
Octal1461511323016731101046
Binary110011011010011011010110111011101110010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66695A; }

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

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

<style>
 a { background-color: #66695A; }

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

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

<style>
 span { border-color: #66695A; }

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

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