Shades of Golden Brown #8F6409
Tints of Golden Brown #8F6409
RGB
CMYK
RGB Variations
Color information
#8F6409 (or 0x8F6409) is known color: Golden Brown. HEX triplet: 8F, 64 and 09. RGB value is (143,100,9). Sum of RGB (Red+Green+Blue) = 143+100+9=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6409 is #709BF6. Grayscale: #666666. Windows color (decimal): -7379959 or 615567. OLE color: 615567.
HSL color Cylindrical-coordinate representation of color #8F6409: hue angle of 40.75º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F6409 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.44 |
| HSL | 40.75º | 0.88% | 0.3% | - |
| HSV(B) | 40.75º | 0.94% | 0.56% | - |
| XYZ | 15.93 | 14.97 | 2.31 | - |
| YUV | 102.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 9 | 0 | 0.30 | 0.94 | 0.44 | 40.75 | 0.88 | 0.3 |
| Hex | 8F | 64 | 9 | 0 | 1E | 5E | 2C | 29 | 58 | 1E |
| Octal | 217 | 144 | 11 | 0 | 36 | 136 | 54 | 51 | 130 | 36 |
| Binary | 10001111 | 1100100 | 1001 | 0 | 11110 | 1011110 | 101100 | 101001 | 1011000 | 11110 |
Color Harmonies of #8F6409
Complementary color
Monochromatic Colors of #8F6409
Black with #8F6409
Text Example
Text Example
White with #8F6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6409; }
p { color: rgb(143,100,9); }
H1.HeaderClassName
{
color: #8F6409;
}
.AnyTagClassName
{
color: #8F6409;
}
</style>
background-color css
<style>
a { background-color: #8F6409; }
a { background-color: rgb(143,100,9); }
div.DivClassName
{
background-color: #8F6409;
}
.BgClassName
{
background-color: #8F6409;
}
</style>
border-color css
<style>
span { border-color: #8F6409; }
span { border-color: rgb(143,100,9); }
td.TdClassName
{
border-color: #8F6409;
}
.TagClassName
{
border-color: #8F6409;
}
</style>