Shades of Domino #6B5C4B
Tints of Domino #6B5C4B
RGB
CMYK
RGB Variations
Color information
#6B5C4B (or 0x6B5C4B) is known color: Domino. HEX triplet: 6B, 5C and 4B. RGB value is (107,92,75). Sum of RGB (Red+Green+Blue) = 107+92+75=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C4B is #94A3B4. Grayscale: #5E5E5E. Windows color (decimal): -9741237 or 4938859. OLE color: 4938859.
HSL color Cylindrical-coordinate representation of color #6B5C4B: hue angle of 31.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B5C4B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 75 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.58 |
| HSL | 31.88º | 0.18% | 0.36% | - |
| HSV(B) | 31.88º | 0.3% | 0.42% | - |
| XYZ | 11.16 | 11.29 | 8.25 | - |
| YUV | 94.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 75 | 0 | 0.14 | 0.30 | 0.58 | 31.88 | 0.18 | 0.36 |
| Hex | 6B | 5C | 4B | 0 | E | 1E | 3A | 20 | 12 | 24 |
| Octal | 153 | 134 | 113 | 0 | 16 | 36 | 72 | 40 | 22 | 44 |
| Binary | 1101011 | 1011100 | 1001011 | 0 | 1110 | 11110 | 111010 | 100000 | 10010 | 100100 |
Color Harmonies of #6B5C4B
Complementary color
Monochromatic Colors of #6B5C4B
Black with #6B5C4B
Text Example
Text Example
White with #6B5C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C4B; }
p { color: rgb(107,92,75); }
H1.HeaderClassName
{
color: #6B5C4B;
}
.AnyTagClassName
{
color: #6B5C4B;
}
</style>
background-color css
<style>
a { background-color: #6B5C4B; }
a { background-color: rgb(107,92,75); }
div.DivClassName
{
background-color: #6B5C4B;
}
.BgClassName
{
background-color: #6B5C4B;
}
</style>
border-color css
<style>
span { border-color: #6B5C4B; }
span { border-color: rgb(107,92,75); }
td.TdClassName
{
border-color: #6B5C4B;
}
.TagClassName
{
border-color: #6B5C4B;
}
</style>