#666953

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

Shades of Siam #666953

Tints of Siam #666953

Color information

#666953 (or 0x666953) is unknown color: approx Siam. HEX triplet: 66, 69 and 53. RGB value is (102,105,83). Sum of RGB (Red+Green+Blue) = 102+105+83=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #666953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666953 is #9996AC. Grayscale: #656565. Windows color (decimal): -10065581 or 5466470. OLE color: 5466470.

HSL color Cylindrical-coordinate representation of color #666953: hue angle of 68.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666953 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB10210583-
CMYK0.0300.210.59
HSL68.18º11.7%36.86%-
HSV(B)68.18º20.95%41.18%-
XYZ12.0913.5510.16-
YUV101.6117.51128.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=35.17%
G=36.21%
B=28.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105830.0300.210.5968.1811.736.86
Hex66695330153B44c25
Octal1461511233025731041445
Binary1100110110100110100111101010111101110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666953; }

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

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

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

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

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

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

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

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