#666952

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

Shades of Siam #666952

Tints of Siam #666952

Color information

#666952 (or 0x666952) is unknown color: approx Siam. HEX triplet: 66, 69 and 52. RGB value is (102,105,82). Sum of RGB (Red+Green+Blue) = 102+105+82=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #666952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666952 is #9996AD. Grayscale: #656565. Windows color (decimal): -10065582 or 5400934. OLE color: 5400934.

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

Color convert

RGB10210582-
CMYK0.0300.220.59
HSL67.83º12.3%36.67%-
HSV(B)67.83º21.9%41.18%-
XYZ12.0513.549.96-
YUV101.48117.01128.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=35.29%
G=36.33%
B=28.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105820.0300.220.5967.8312.336.67
Hex66695230163B44c25
Octal1461511223026731041445
Binary1100110110100110100101101011011101110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666952; }

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

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

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

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

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

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

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

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