#666852

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

Shades of Siam #666852

Tints of Siam #666852

Color information

#666852 (or 0x666852) is unknown color: approx Siam. HEX triplet: 66, 68 and 52. RGB value is (102,104,82). Sum of RGB (Red+Green+Blue) = 102+104+82=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #666852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666852 is #9997AD. Grayscale: #646464. Windows color (decimal): -10065838 or 5400678. OLE color: 5400678.

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

Color convert

RGB10210482-
CMYK0.0200.210.59
HSL65.45º11.83%36.47%-
HSV(B)65.45º21.15%40.78%-
XYZ11.9513.339.93-
YUV100.89117.34128.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=35.42%
G=36.11%
B=28.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104820.0200.210.5965.4511.8336.47
Hex66685220153B41c24
Octal1461501222025731011444
Binary1100110110100010100101001010111101110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666852; }

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

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

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

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

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

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

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

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