Shades of Domino #6F5C4B
Tints of Domino #6F5C4B
RGB
CMYK
RGB Variations
Color information
#6F5C4B (or 0x6F5C4B) is known color: Domino. HEX triplet: 6F, 5C and 4B. RGB value is (111,92,75). Sum of RGB (Red+Green+Blue) = 111+92+75=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C4B is #90A3B4. Grayscale: #5F5F5F. Windows color (decimal): -9479093 or 4938863. OLE color: 4938863.
HSL color Cylindrical-coordinate representation of color #6F5C4B: hue angle of 28.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F5C4B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 75 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.56 |
| HSL | 28.33º | 0.19% | 0.36% | - |
| HSV(B) | 28.33º | 0.32% | 0.44% | - |
| XYZ | 11.65 | 11.54 | 8.27 | - |
| YUV | 95.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 75 | 0 | 0.17 | 0.32 | 0.56 | 28.33 | 0.19 | 0.36 |
| Hex | 6F | 5C | 4B | 0 | 11 | 20 | 38 | 1C | 13 | 24 |
| Octal | 157 | 134 | 113 | 0 | 21 | 40 | 70 | 34 | 23 | 44 |
| Binary | 1101111 | 1011100 | 1001011 | 0 | 10001 | 100000 | 111000 | 11100 | 10011 | 100100 |
Color Harmonies of #6F5C4B
Complementary color
Monochromatic Colors of #6F5C4B
Black with #6F5C4B
Text Example
Text Example
White with #6F5C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C4B; }
p { color: rgb(111,92,75); }
H1.HeaderClassName
{
color: #6F5C4B;
}
.AnyTagClassName
{
color: #6F5C4B;
}
</style>
background-color css
<style>
a { background-color: #6F5C4B; }
a { background-color: rgb(111,92,75); }
div.DivClassName
{
background-color: #6F5C4B;
}
.BgClassName
{
background-color: #6F5C4B;
}
</style>
border-color css
<style>
span { border-color: #6F5C4B; }
span { border-color: rgb(111,92,75); }
td.TdClassName
{
border-color: #6F5C4B;
}
.TagClassName
{
border-color: #6F5C4B;
}
</style>