Shades of Domino #71604E
Tints of Domino #71604E
RGB
CMYK
RGB Variations
Color information
#71604E (or 0x71604E) is known color: Domino. HEX triplet: 71, 60 and 4E. RGB value is (113,96,78). Sum of RGB (Red+Green+Blue) = 113+96+78=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71604E is #8E9FB1. Grayscale: #636363. Windows color (decimal): -9346994 or 5136497. OLE color: 5136497.
HSL color Cylindrical-coordinate representation of color #71604E: hue angle of 30.86º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71604E is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 78 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.56 |
| HSL | 30.86º | 0.18% | 0.37% | - |
| HSV(B) | 30.86º | 0.31% | 0.44% | - |
| XYZ | 12.37 | 12.43 | 8.95 | - |
| YUV | 99.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 78 | 0 | 0.15 | 0.31 | 0.56 | 30.86 | 0.18 | 0.37 |
| Hex | 71 | 60 | 4E | 0 | F | 1F | 38 | 1F | 12 | 25 |
| Octal | 161 | 140 | 116 | 0 | 17 | 37 | 70 | 37 | 22 | 45 |
| Binary | 1110001 | 1100000 | 1001110 | 0 | 1111 | 11111 | 111000 | 11111 | 10010 | 100101 |
Color Harmonies of #71604E
Complementary color
Monochromatic Colors of #71604E
Black with #71604E
Text Example
Text Example
White with #71604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71604E; }
p { color: rgb(113,96,78); }
H1.HeaderClassName
{
color: #71604E;
}
.AnyTagClassName
{
color: #71604E;
}
</style>
background-color css
<style>
a { background-color: #71604E; }
a { background-color: rgb(113,96,78); }
div.DivClassName
{
background-color: #71604E;
}
.BgClassName
{
background-color: #71604E;
}
</style>
border-color css
<style>
span { border-color: #71604E; }
span { border-color: rgb(113,96,78); }
td.TdClassName
{
border-color: #71604E;
}
.TagClassName
{
border-color: #71604E;
}
</style>