Shades of Domino #65574B
Tints of Domino #65574B
RGB
CMYK
RGB Variations
Color information
#65574B (or 0x65574B) is known color: Domino. HEX triplet: 65, 57 and 4B. RGB value is (101,87,75). Sum of RGB (Red+Green+Blue) = 101+87+75=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #65574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65574B is #9AA8B4. Grayscale: #595959. Windows color (decimal): -10135733 or 4937573. OLE color: 4937573.
HSL color Cylindrical-coordinate representation of color #65574B: hue angle of 27.69º 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 #65574B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 75 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.60 |
| HSL | 27.69º | 0.15% | 0.35% | - |
| HSV(B) | 27.69º | 0.26% | 0.4% | - |
| XYZ | 10.05 | 10.09 | 8.07 | - |
| YUV | 89.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 75 | 0 | 0.14 | 0.26 | 0.60 | 27.69 | 0.15 | 0.35 |
| Hex | 65 | 57 | 4B | 0 | E | 1A | 3C | 1C | F | 23 |
| Octal | 145 | 127 | 113 | 0 | 16 | 32 | 74 | 34 | 17 | 43 |
| Binary | 1100101 | 1010111 | 1001011 | 0 | 1110 | 11010 | 111100 | 11100 | 1111 | 100011 |
Color Harmonies of #65574B
Complementary color
Monochromatic Colors of #65574B
Black with #65574B
Text Example
Text Example
White with #65574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65574B; }
p { color: rgb(101,87,75); }
H1.HeaderClassName
{
color: #65574B;
}
.AnyTagClassName
{
color: #65574B;
}
</style>
background-color css
<style>
a { background-color: #65574B; }
a { background-color: rgb(101,87,75); }
div.DivClassName
{
background-color: #65574B;
}
.BgClassName
{
background-color: #65574B;
}
</style>
border-color css
<style>
span { border-color: #65574B; }
span { border-color: rgb(101,87,75); }
td.TdClassName
{
border-color: #65574B;
}
.TagClassName
{
border-color: #65574B;
}
</style>