Shades of Domino #67584B
Tints of Domino #67584B
RGB
CMYK
RGB Variations
Color information
#67584B (or 0x67584B) is known color: Domino. HEX triplet: 67, 58 and 4B. RGB value is (103,88,75). Sum of RGB (Red+Green+Blue) = 103+88+75=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67584B is #98A7B4. Grayscale: #5B5B5B. Windows color (decimal): -10004405 or 4937831. OLE color: 4937831.
HSL color Cylindrical-coordinate representation of color #67584B: hue angle of 27.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67584B is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 75 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.60 |
| HSL | 27.86º | 0.16% | 0.35% | - |
| HSV(B) | 27.86º | 0.27% | 0.4% | - |
| XYZ | 10.35 | 10.37 | 8.11 | - |
| YUV | 91 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 75 | 0 | 0.15 | 0.27 | 0.60 | 27.86 | 0.16 | 0.35 |
| Hex | 67 | 58 | 4B | 0 | F | 1B | 3C | 1C | 10 | 23 |
| Octal | 147 | 130 | 113 | 0 | 17 | 33 | 74 | 34 | 20 | 43 |
| Binary | 1100111 | 1011000 | 1001011 | 0 | 1111 | 11011 | 111100 | 11100 | 10000 | 100011 |
Color Harmonies of #67584B
Complementary color
Monochromatic Colors of #67584B
Black with #67584B
Text Example
Text Example
White with #67584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67584B; }
p { color: rgb(103,88,75); }
H1.HeaderClassName
{
color: #67584B;
}
.AnyTagClassName
{
color: #67584B;
}
</style>
background-color css
<style>
a { background-color: #67584B; }
a { background-color: rgb(103,88,75); }
div.DivClassName
{
background-color: #67584B;
}
.BgClassName
{
background-color: #67584B;
}
</style>
border-color css
<style>
span { border-color: #67584B; }
span { border-color: rgb(103,88,75); }
td.TdClassName
{
border-color: #67584B;
}
.TagClassName
{
border-color: #67584B;
}
</style>