Shades of Golden Brown #886409
Tints of Golden Brown #886409
RGB
CMYK
RGB Variations
Color information
#886409 (or 0x886409) is known color: Golden Brown. HEX triplet: 88, 64 and 09. RGB value is (136,100,9). Sum of RGB (Red+Green+Blue) = 136+100+9=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #886409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886409 is #779BF6. Grayscale: #646464. Windows color (decimal): -7838711 or 615560. OLE color: 615560.
HSL color Cylindrical-coordinate representation of color #886409: hue angle of 42.99º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #886409 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 9 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.47 |
| HSL | 42.99º | 0.88% | 0.28% | - |
| HSV(B) | 42.99º | 0.93% | 0.53% | - |
| XYZ | 14.76 | 14.37 | 2.25 | - |
| YUV | 100.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 9 | 0 | 0.26 | 0.93 | 0.47 | 42.99 | 0.88 | 0.28 |
| Hex | 88 | 64 | 9 | 0 | 1A | 5D | 2F | 2B | 58 | 1C |
| Octal | 210 | 144 | 11 | 0 | 32 | 135 | 57 | 53 | 130 | 34 |
| Binary | 10001000 | 1100100 | 1001 | 0 | 11010 | 1011101 | 101111 | 101011 | 1011000 | 11100 |
Color Harmonies of #886409
Complementary color
Monochromatic Colors of #886409
Black with #886409
Text Example
Text Example
White with #886409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886409; }
p { color: rgb(136,100,9); }
H1.HeaderClassName
{
color: #886409;
}
.AnyTagClassName
{
color: #886409;
}
</style>
background-color css
<style>
a { background-color: #886409; }
a { background-color: rgb(136,100,9); }
div.DivClassName
{
background-color: #886409;
}
.BgClassName
{
background-color: #886409;
}
</style>
border-color css
<style>
span { border-color: #886409; }
span { border-color: rgb(136,100,9); }
td.TdClassName
{
border-color: #886409;
}
.TagClassName
{
border-color: #886409;
}
</style>