Shades of Domino #675C51
Tints of Domino #675C51
RGB
CMYK
RGB Variations
Color information
#675C51 (or 0x675C51) is known color: Domino. HEX triplet: 67, 5C and 51. RGB value is (103,92,81). Sum of RGB (Red+Green+Blue) = 103+92+81=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C51 is #98A3AE. Grayscale: #5E5E5E. Windows color (decimal): -10003375 or 5332071. OLE color: 5332071.
HSL color Cylindrical-coordinate representation of color #675C51: hue angle of 30º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675C51 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 81 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.60 |
| HSL | 30º | 0.12% | 0.36% | - |
| HSV(B) | 30º | 0.21% | 0.4% | - |
| XYZ | 10.91 | 11.13 | 9.36 | - |
| YUV | 94.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 81 | 0 | 0.11 | 0.21 | 0.60 | 30 | 0.12 | 0.36 |
| Hex | 67 | 5C | 51 | 0 | B | 15 | 3C | 1E | C | 24 |
| Octal | 147 | 134 | 121 | 0 | 13 | 25 | 74 | 36 | 14 | 44 |
| Binary | 1100111 | 1011100 | 1010001 | 0 | 1011 | 10101 | 111100 | 11110 | 1100 | 100100 |
Color Harmonies of #675C51
Complementary color
Monochromatic Colors of #675C51
Black with #675C51
Text Example
Text Example
White with #675C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C51; }
p { color: rgb(103,92,81); }
H1.HeaderClassName
{
color: #675C51;
}
.AnyTagClassName
{
color: #675C51;
}
</style>
background-color css
<style>
a { background-color: #675C51; }
a { background-color: rgb(103,92,81); }
div.DivClassName
{
background-color: #675C51;
}
.BgClassName
{
background-color: #675C51;
}
</style>
border-color css
<style>
span { border-color: #675C51; }
span { border-color: rgb(103,92,81); }
td.TdClassName
{
border-color: #675C51;
}
.TagClassName
{
border-color: #675C51;
}
</style>