Shades of Golden Brown #88600D
Tints of Golden Brown #88600D
RGB
CMYK
RGB Variations
Color information
#88600D (or 0x88600D) is known color: Golden Brown. HEX triplet: 88, 60 and 0D. RGB value is (136,96,13). Sum of RGB (Red+Green+Blue) = 136+96+13=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88600D is #779FF2. Grayscale: #626262. Windows color (decimal): -7839731 or 876680. OLE color: 876680.
HSL color Cylindrical-coordinate representation of color #88600D: hue angle of 40.49º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88600D is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 13 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.47 |
| HSL | 40.49º | 0.83% | 0.29% | - |
| HSV(B) | 40.49º | 0.9% | 0.53% | - |
| XYZ | 14.41 | 13.63 | 2.25 | - |
| YUV | 98.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 13 | 0 | 0.29 | 0.90 | 0.47 | 40.49 | 0.83 | 0.29 |
| Hex | 88 | 60 | D | 0 | 1D | 5A | 2F | 28 | 53 | 1D |
| Octal | 210 | 140 | 15 | 0 | 35 | 132 | 57 | 50 | 123 | 35 |
| Binary | 10001000 | 1100000 | 1101 | 0 | 11101 | 1011010 | 101111 | 101000 | 1010011 | 11101 |
Color Harmonies of #88600D
Complementary color
Monochromatic Colors of #88600D
Black with #88600D
Text Example
Text Example
White with #88600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88600D; }
p { color: rgb(136,96,13); }
H1.HeaderClassName
{
color: #88600D;
}
.AnyTagClassName
{
color: #88600D;
}
</style>
background-color css
<style>
a { background-color: #88600D; }
a { background-color: rgb(136,96,13); }
div.DivClassName
{
background-color: #88600D;
}
.BgClassName
{
background-color: #88600D;
}
</style>
border-color css
<style>
span { border-color: #88600D; }
span { border-color: rgb(136,96,13); }
td.TdClassName
{
border-color: #88600D;
}
.TagClassName
{
border-color: #88600D;
}
</style>