Shades of Domino #675A4C
Tints of Domino #675A4C
RGB
CMYK
RGB Variations
Color information
#675A4C (or 0x675A4C) is known color: Domino. HEX triplet: 67, 5A and 4C. RGB value is (103,90,76). Sum of RGB (Red+Green+Blue) = 103+90+76=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #675A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A4C is #98A5B3. Grayscale: #5C5C5C. Windows color (decimal): -10003892 or 5003879. OLE color: 5003879.
HSL color Cylindrical-coordinate representation of color #675A4C: hue angle of 31.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675A4C is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 76 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.60 |
| HSL | 31.11º | 0.15% | 0.35% | - |
| HSV(B) | 31.11º | 0.26% | 0.4% | - |
| XYZ | 10.55 | 10.72 | 8.35 | - |
| YUV | 92.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 76 | 0 | 0.13 | 0.26 | 0.60 | 31.11 | 0.15 | 0.35 |
| Hex | 67 | 5A | 4C | 0 | D | 1A | 3C | 1F | F | 23 |
| Octal | 147 | 132 | 114 | 0 | 15 | 32 | 74 | 37 | 17 | 43 |
| Binary | 1100111 | 1011010 | 1001100 | 0 | 1101 | 11010 | 111100 | 11111 | 1111 | 100011 |
Color Harmonies of #675A4C
Complementary color
Monochromatic Colors of #675A4C
Black with #675A4C
Text Example
Text Example
White with #675A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A4C; }
p { color: rgb(103,90,76); }
H1.HeaderClassName
{
color: #675A4C;
}
.AnyTagClassName
{
color: #675A4C;
}
</style>
background-color css
<style>
a { background-color: #675A4C; }
a { background-color: rgb(103,90,76); }
div.DivClassName
{
background-color: #675A4C;
}
.BgClassName
{
background-color: #675A4C;
}
</style>
border-color css
<style>
span { border-color: #675A4C; }
span { border-color: rgb(103,90,76); }
td.TdClassName
{
border-color: #675A4C;
}
.TagClassName
{
border-color: #675A4C;
}
</style>