Shades of Donkey Brown #7B6C61
Tints of Donkey Brown #7B6C61
RGB
CMYK
RGB Variations
Color information
#7B6C61 (or 0x7B6C61) is known color: Donkey Brown. HEX triplet: 7B, 6C and 61. RGB value is (123,108,97). Sum of RGB (Red+Green+Blue) = 123+108+97=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C61 is #84939E. Grayscale: #6F6F6F. Windows color (decimal): -8688543 or 6384763. OLE color: 6384763.
HSL color Cylindrical-coordinate representation of color #7B6C61: hue angle of 25.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6C61 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 97 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.52 |
| HSL | 25.38º | 0.12% | 0.43% | - |
| HSV(B) | 25.38º | 0.21% | 0.48% | - |
| XYZ | 15.69 | 15.8 | 13.53 | - |
| YUV | 111.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 97 | 0 | 0.12 | 0.21 | 0.52 | 25.38 | 0.12 | 0.43 |
| Hex | 7B | 6C | 61 | 0 | C | 15 | 34 | 19 | C | 2B |
| Octal | 173 | 154 | 141 | 0 | 14 | 25 | 64 | 31 | 14 | 53 |
| Binary | 1111011 | 1101100 | 1100001 | 0 | 1100 | 10101 | 110100 | 11001 | 1100 | 101011 |
Color Harmonies of #7B6C61
Complementary color
Monochromatic Colors of #7B6C61
Black with #7B6C61
Text Example
Text Example
White with #7B6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C61; }
p { color: rgb(123,108,97); }
H1.HeaderClassName
{
color: #7B6C61;
}
.AnyTagClassName
{
color: #7B6C61;
}
</style>
background-color css
<style>
a { background-color: #7B6C61; }
a { background-color: rgb(123,108,97); }
div.DivClassName
{
background-color: #7B6C61;
}
.BgClassName
{
background-color: #7B6C61;
}
</style>
border-color css
<style>
span { border-color: #7B6C61; }
span { border-color: rgb(123,108,97); }
td.TdClassName
{
border-color: #7B6C61;
}
.TagClassName
{
border-color: #7B6C61;
}
</style>