Shades of Domino #66584B
Tints of Domino #66584B
RGB
CMYK
RGB Variations
Color information
#66584B (or 0x66584B) is known color: Domino. HEX triplet: 66, 58 and 4B. RGB value is (102,88,75). Sum of RGB (Red+Green+Blue) = 102+88+75=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66584B is #99A7B4. Grayscale: #5A5A5A. Windows color (decimal): -10069941 or 4937830. OLE color: 4937830.
HSL color Cylindrical-coordinate representation of color #66584B: hue angle of 28.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66584B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 75 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.6 |
| HSL | 28.89º | 0.15% | 0.35% | - |
| HSV(B) | 28.89º | 0.26% | 0.4% | - |
| XYZ | 10.24 | 10.31 | 8.11 | - |
| YUV | 90.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 75 | 0 | 0.14 | 0.26 | 0.6 | 28.89 | 0.15 | 0.35 |
| Hex | 66 | 58 | 4B | 0 | E | 1A | 3C | 1D | F | 23 |
| Octal | 146 | 130 | 113 | 0 | 16 | 32 | 74 | 35 | 17 | 43 |
| Binary | 1100110 | 1011000 | 1001011 | 0 | 1110 | 11010 | 111100 | 11101 | 1111 | 100011 |
Color Harmonies of #66584B
Complementary color
Monochromatic Colors of #66584B
Black with #66584B
Text Example
Text Example
White with #66584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66584B; }
p { color: rgb(102,88,75); }
H1.HeaderClassName
{
color: #66584B;
}
.AnyTagClassName
{
color: #66584B;
}
</style>
background-color css
<style>
a { background-color: #66584B; }
a { background-color: rgb(102,88,75); }
div.DivClassName
{
background-color: #66584B;
}
.BgClassName
{
background-color: #66584B;
}
</style>
border-color css
<style>
span { border-color: #66584B; }
span { border-color: rgb(102,88,75); }
td.TdClassName
{
border-color: #66584B;
}
.TagClassName
{
border-color: #66584B;
}
</style>