Shades of Golden Brown #886B05
Tints of Golden Brown #886B05
RGB
CMYK
RGB Variations
Color information
#886B05 (or 0x886B05) is known color: Golden Brown. HEX triplet: 88, 6B and 05. RGB value is (136,107,5). Sum of RGB (Red+Green+Blue) = 136+107+5=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #886B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886B05 is #7794FA. Grayscale: #686868. Windows color (decimal): -7836923 or 355208. OLE color: 355208.
HSL color Cylindrical-coordinate representation of color #886B05: hue angle of 46.72º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #886B05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.47 |
| HSL | 46.72º | 0.93% | 0.28% | - |
| HSV(B) | 46.72º | 0.96% | 0.53% | - |
| XYZ | 15.44 | 15.76 | 2.37 | - |
| YUV | 104.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 5 | 0 | 0.21 | 0.96 | 0.47 | 46.72 | 0.93 | 0.28 |
| Hex | 88 | 6B | 5 | 0 | 15 | 60 | 2F | 2F | 5D | 1C |
| Octal | 210 | 153 | 5 | 0 | 25 | 140 | 57 | 57 | 135 | 34 |
| Binary | 10001000 | 1101011 | 101 | 0 | 10101 | 1100000 | 101111 | 101111 | 1011101 | 11100 |
Color Harmonies of #886B05
Complementary color
Monochromatic Colors of #886B05
Black with #886B05
Text Example
Text Example
White with #886B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B05; }
p { color: rgb(136,107,5); }
H1.HeaderClassName
{
color: #886B05;
}
.AnyTagClassName
{
color: #886B05;
}
</style>
background-color css
<style>
a { background-color: #886B05; }
a { background-color: rgb(136,107,5); }
div.DivClassName
{
background-color: #886B05;
}
.BgClassName
{
background-color: #886B05;
}
</style>
border-color css
<style>
span { border-color: #886B05; }
span { border-color: rgb(136,107,5); }
td.TdClassName
{
border-color: #886B05;
}
.TagClassName
{
border-color: #886B05;
}
</style>