Shades of Domino #65574A
Tints of Domino #65574A
RGB
CMYK
RGB Variations
Color information
#65574A (or 0x65574A) is known color: Domino. HEX triplet: 65, 57 and 4A. RGB value is (101,87,74). Sum of RGB (Red+Green+Blue) = 101+87+74=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65574A is #9AA8B5. Grayscale: #595959. Windows color (decimal): -10135734 or 4872037. OLE color: 4872037.
HSL color Cylindrical-coordinate representation of color #65574A: hue angle of 28.89º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65574A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 74 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.60 |
| HSL | 28.89º | 0.15% | 0.34% | - |
| HSV(B) | 28.89º | 0.27% | 0.4% | - |
| XYZ | 10.01 | 10.08 | 7.9 | - |
| YUV | 89.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 74 | 0 | 0.14 | 0.27 | 0.60 | 28.89 | 0.15 | 0.34 |
| Hex | 65 | 57 | 4A | 0 | E | 1B | 3C | 1D | F | 22 |
| Octal | 145 | 127 | 112 | 0 | 16 | 33 | 74 | 35 | 17 | 42 |
| Binary | 1100101 | 1010111 | 1001010 | 0 | 1110 | 11011 | 111100 | 11101 | 1111 | 100010 |
Color Harmonies of #65574A
Complementary color
Monochromatic Colors of #65574A
Black with #65574A
Text Example
Text Example
White with #65574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65574A; }
p { color: rgb(101,87,74); }
H1.HeaderClassName
{
color: #65574A;
}
.AnyTagClassName
{
color: #65574A;
}
</style>
background-color css
<style>
a { background-color: #65574A; }
a { background-color: rgb(101,87,74); }
div.DivClassName
{
background-color: #65574A;
}
.BgClassName
{
background-color: #65574A;
}
</style>
border-color css
<style>
span { border-color: #65574A; }
span { border-color: rgb(101,87,74); }
td.TdClassName
{
border-color: #65574A;
}
.TagClassName
{
border-color: #65574A;
}
</style>