Shades of Domino #66574A
Tints of Domino #66574A
RGB
CMYK
RGB Variations
Color information
#66574A (or 0x66574A) is known color: Domino. HEX triplet: 66, 57 and 4A. RGB value is (102,87,74). Sum of RGB (Red+Green+Blue) = 102+87+74=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66574A is #99A8B5. Grayscale: #5A5A5A. Windows color (decimal): -10070198 or 4872038. OLE color: 4872038.
HSL color Cylindrical-coordinate representation of color #66574A: hue angle of 27.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66574A is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 74 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.6 |
| HSL | 27.86º | 0.16% | 0.35% | - |
| HSV(B) | 27.86º | 0.27% | 0.4% | - |
| XYZ | 10.12 | 10.14 | 7.9 | - |
| YUV | 90 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 74 | 0 | 0.15 | 0.27 | 0.6 | 27.86 | 0.16 | 0.35 |
| Hex | 66 | 57 | 4A | 0 | F | 1B | 3C | 1C | 10 | 23 |
| Octal | 146 | 127 | 112 | 0 | 17 | 33 | 74 | 34 | 20 | 43 |
| Binary | 1100110 | 1010111 | 1001010 | 0 | 1111 | 11011 | 111100 | 11100 | 10000 | 100011 |
Color Harmonies of #66574A
Complementary color
Monochromatic Colors of #66574A
Black with #66574A
Text Example
Text Example
White with #66574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66574A; }
p { color: rgb(102,87,74); }
H1.HeaderClassName
{
color: #66574A;
}
.AnyTagClassName
{
color: #66574A;
}
</style>
background-color css
<style>
a { background-color: #66574A; }
a { background-color: rgb(102,87,74); }
div.DivClassName
{
background-color: #66574A;
}
.BgClassName
{
background-color: #66574A;
}
</style>
border-color css
<style>
span { border-color: #66574A; }
span { border-color: rgb(102,87,74); }
td.TdClassName
{
border-color: #66574A;
}
.TagClassName
{
border-color: #66574A;
}
</style>