#666658

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

Shades of Siam #666658

Tints of Siam #666658

Color information

#666658 (or 0x666658) is unknown color: approx Siam. HEX triplet: 66, 66 and 58. RGB value is (102,102,88). Sum of RGB (Red+Green+Blue) = 102+102+88=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666658 is #9999A7. Grayscale: #646464. Windows color (decimal): -10066344 or 5793382. OLE color: 5793382.

HSL color Cylindrical-coordinate representation of color #666658: hue angle of 60º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666658 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB10210288-
CMYK000.140.6
HSL60º7.37%37.25%-
HSV(B)60º13.73%40%-
XYZ11.9913.0311.12-
YUV100.4121129.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=34.93%
G=34.93%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210288000.140.6607.3737.25
Hex66665800E3C3c725
Octal14614613000167474745
Binary110011011001101011000001110111100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666658; }

 p { color: rgb(102,102,88); }

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

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

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

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

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

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

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