Shades of Donkey Brown #827066
Tints of Donkey Brown #827066
RGB
CMYK
RGB Variations
Color information
#827066 (or 0x827066) is known color: Donkey Brown. HEX triplet: 82, 70 and 66. RGB value is (130,112,102). Sum of RGB (Red+Green+Blue) = 130+112+102=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827066 is #7D8F99. Grayscale: #747474. Windows color (decimal): -8228762 or 6713474. OLE color: 6713474.
HSL color Cylindrical-coordinate representation of color #827066: hue angle of 21.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827066 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 102 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.49 |
| HSL | 21.43º | 0.12% | 0.45% | - |
| HSV(B) | 21.43º | 0.22% | 0.51% | - |
| XYZ | 17.4 | 17.29 | 14.99 | - |
| YUV | 116.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 102 | 0 | 0.14 | 0.22 | 0.49 | 21.43 | 0.12 | 0.45 |
| Hex | 82 | 70 | 66 | 0 | E | 16 | 31 | 15 | C | 2D |
| Octal | 202 | 160 | 146 | 0 | 16 | 26 | 61 | 25 | 14 | 55 |
| Binary | 10000010 | 1110000 | 1100110 | 0 | 1110 | 10110 | 110001 | 10101 | 1100 | 101101 |
Color Harmonies of #827066
Complementary color
Monochromatic Colors of #827066
Black with #827066
Text Example
Text Example
White with #827066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827066; }
p { color: rgb(130,112,102); }
H1.HeaderClassName
{
color: #827066;
}
.AnyTagClassName
{
color: #827066;
}
</style>
background-color css
<style>
a { background-color: #827066; }
a { background-color: rgb(130,112,102); }
div.DivClassName
{
background-color: #827066;
}
.BgClassName
{
background-color: #827066;
}
</style>
border-color css
<style>
span { border-color: #827066; }
span { border-color: rgb(130,112,102); }
td.TdClassName
{
border-color: #827066;
}
.TagClassName
{
border-color: #827066;
}
</style>