Shades of Golden Brown #886101
Tints of Golden Brown #886101
RGB
CMYK
RGB Variations
Color information
#886101 (or 0x886101) is known color: Golden Brown. HEX triplet: 88, 61 and 01. RGB value is (136,97,1). Sum of RGB (Red+Green+Blue) = 136+97+1=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #886101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886101 is #779EFE. Grayscale: #626262. Windows color (decimal): -7839487 or 90504. OLE color: 90504.
HSL color Cylindrical-coordinate representation of color #886101: hue angle of 42.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #886101 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.47 |
| HSL | 42.67º | 0.99% | 0.27% | - |
| HSV(B) | 42.67º | 0.99% | 0.53% | - |
| XYZ | 14.43 | 13.79 | 1.93 | - |
| YUV | 97.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 1 | 0 | 0.29 | 0.99 | 0.47 | 42.67 | 0.99 | 0.27 |
| Hex | 88 | 61 | 1 | 0 | 1D | 63 | 2F | 2B | 63 | 1B |
| Octal | 210 | 141 | 1 | 0 | 35 | 143 | 57 | 53 | 143 | 33 |
| Binary | 10001000 | 1100001 | 1 | 0 | 11101 | 1100011 | 101111 | 101011 | 1100011 | 11011 |
Color Harmonies of #886101
Complementary color
Monochromatic Colors of #886101
Black with #886101
Text Example
Text Example
White with #886101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886101; }
p { color: rgb(136,97,1); }
H1.HeaderClassName
{
color: #886101;
}
.AnyTagClassName
{
color: #886101;
}
</style>
background-color css
<style>
a { background-color: #886101; }
a { background-color: rgb(136,97,1); }
div.DivClassName
{
background-color: #886101;
}
.BgClassName
{
background-color: #886101;
}
</style>
border-color css
<style>
span { border-color: #886101; }
span { border-color: rgb(136,97,1); }
td.TdClassName
{
border-color: #886101;
}
.TagClassName
{
border-color: #886101;
}
</style>