Shades of Siam #66665A
Tints of Siam #66665A
RGB
CMYK
RGB Variations
Color information
#66665A (or 0x66665A) is known color: Siam. HEX triplet: 66, 66 and 5A. RGB value is (102,102,90). Sum of RGB (Red+Green+Blue) = 102+102+90=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665A is #9999A5. Grayscale: #646464. Windows color (decimal): -10066342 or 5924454. OLE color: 5924454.
HSL color Cylindrical-coordinate representation of color #66665A: hue angle of 60º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66665A is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 90 | - |
| CMYK | 0 | 0 | 0.12 | 0.6 |
| HSL | 60º | 0.06% | 0.38% | - |
| HSV(B) | 60º | 0.12% | 0.4% | - |
| XYZ | 12.08 | 13.07 | 11.56 | - |
| YUV | 100.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 90 | 0 | 0 | 0.12 | 0.6 | 60 | 0.06 | 0.38 |
| Hex | 66 | 66 | 5A | 0 | 0 | C | 3C | 3C | 6 | 26 |
| Octal | 146 | 146 | 132 | 0 | 0 | 14 | 74 | 74 | 6 | 46 |
| Binary | 1100110 | 1100110 | 1011010 | 0 | 0 | 1100 | 111100 | 111100 | 110 | 100110 |
Color Harmonies of #66665A
Complementary color
Monochromatic Colors of #66665A
Black with #66665A
Text Example
Text Example
White with #66665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66665A; }
p { color: rgb(102,102,90); }
H1.HeaderClassName
{
color: #66665A;
}
.AnyTagClassName
{
color: #66665A;
}
</style>
background-color css
<style>
a { background-color: #66665A; }
a { background-color: rgb(102,102,90); }
div.DivClassName
{
background-color: #66665A;
}
.BgClassName
{
background-color: #66665A;
}
</style>
border-color css
<style>
span { border-color: #66665A; }
span { border-color: rgb(102,102,90); }
td.TdClassName
{
border-color: #66665A;
}
.TagClassName
{
border-color: #66665A;
}
</style>