Shades of Domino #67594A
Tints of Domino #67594A
RGB
CMYK
RGB Variations
Color information
#67594A (or 0x67594A) is known color: Domino. HEX triplet: 67, 59 and 4A. RGB value is (103,89,74). Sum of RGB (Red+Green+Blue) = 103+89+74=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67594A is #98A6B5. Grayscale: #5B5B5B. Windows color (decimal): -10004150 or 4872551. OLE color: 4872551.
HSL color Cylindrical-coordinate representation of color #67594A: hue angle of 31.03º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67594A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 74 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.60 |
| HSL | 31.03º | 0.16% | 0.35% | - |
| HSV(B) | 31.03º | 0.28% | 0.4% | - |
| XYZ | 10.4 | 10.52 | 7.96 | - |
| YUV | 91.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 74 | 0 | 0.14 | 0.28 | 0.60 | 31.03 | 0.16 | 0.35 |
| Hex | 67 | 59 | 4A | 0 | E | 1C | 3C | 1F | 10 | 23 |
| Octal | 147 | 131 | 112 | 0 | 16 | 34 | 74 | 37 | 20 | 43 |
| Binary | 1100111 | 1011001 | 1001010 | 0 | 1110 | 11100 | 111100 | 11111 | 10000 | 100011 |
Color Harmonies of #67594A
Complementary color
Monochromatic Colors of #67594A
Black with #67594A
Text Example
Text Example
White with #67594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67594A; }
p { color: rgb(103,89,74); }
H1.HeaderClassName
{
color: #67594A;
}
.AnyTagClassName
{
color: #67594A;
}
</style>
background-color css
<style>
a { background-color: #67594A; }
a { background-color: rgb(103,89,74); }
div.DivClassName
{
background-color: #67594A;
}
.BgClassName
{
background-color: #67594A;
}
</style>
border-color css
<style>
span { border-color: #67594A; }
span { border-color: rgb(103,89,74); }
td.TdClassName
{
border-color: #67594A;
}
.TagClassName
{
border-color: #67594A;
}
</style>