Shades of Domino #675A4B
Tints of Domino #675A4B
RGB
CMYK
RGB Variations
Color information
#675A4B (or 0x675A4B) is known color: Domino. HEX triplet: 67, 5A and 4B. RGB value is (103,90,75). Sum of RGB (Red+Green+Blue) = 103+90+75=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A4B is #98A5B4. Grayscale: #5C5C5C. Windows color (decimal): -10003893 or 4938343. OLE color: 4938343.
HSL color Cylindrical-coordinate representation of color #675A4B: hue angle of 32.14º 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 #675A4B is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 75 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.60 |
| HSL | 32.14º | 0.16% | 0.35% | - |
| HSV(B) | 32.14º | 0.27% | 0.4% | - |
| XYZ | 10.52 | 10.7 | 8.17 | - |
| YUV | 92.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 75 | 0 | 0.13 | 0.27 | 0.60 | 32.14 | 0.16 | 0.35 |
| Hex | 67 | 5A | 4B | 0 | D | 1B | 3C | 20 | 10 | 23 |
| Octal | 147 | 132 | 113 | 0 | 15 | 33 | 74 | 40 | 20 | 43 |
| Binary | 1100111 | 1011010 | 1001011 | 0 | 1101 | 11011 | 111100 | 100000 | 10000 | 100011 |
Color Harmonies of #675A4B
Complementary color
Monochromatic Colors of #675A4B
Black with #675A4B
Text Example
Text Example
White with #675A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A4B; }
p { color: rgb(103,90,75); }
H1.HeaderClassName
{
color: #675A4B;
}
.AnyTagClassName
{
color: #675A4B;
}
</style>
background-color css
<style>
a { background-color: #675A4B; }
a { background-color: rgb(103,90,75); }
div.DivClassName
{
background-color: #675A4B;
}
.BgClassName
{
background-color: #675A4B;
}
</style>
border-color css
<style>
span { border-color: #675A4B; }
span { border-color: rgb(103,90,75); }
td.TdClassName
{
border-color: #675A4B;
}
.TagClassName
{
border-color: #675A4B;
}
</style>