Shades of Golden Brown #8F6300
Tints of Golden Brown #8F6300
RGB
CMYK
RGB Variations
Color information
#8F6300 (or 0x8F6300) is known color: Golden Brown. HEX triplet: 8F, 63 and 00. RGB value is (143,99,0). Sum of RGB (Red+Green+Blue) = 143+99+0=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6300 is #709CFF. Grayscale: #656565. Windows color (decimal): -7380224 or 25487. OLE color: 25487.
HSL color Cylindrical-coordinate representation of color #8F6300: hue angle of 41.54º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F6300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 99 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.44 |
| HSL | 41.54º | 1% | 0.28% | - |
| HSV(B) | 41.54º | 1% | 0.56% | - |
| XYZ | 15.79 | 14.76 | 2.02 | - |
| YUV | 100.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 0 | 0 | 0.31 | 1 | 0.44 | 41.54 | 1 | 0.28 |
| Hex | 8F | 63 | 0 | 0 | 1F | 64 | 2C | 2A | 64 | 1C |
| Octal | 217 | 143 | 0 | 0 | 37 | 144 | 54 | 52 | 144 | 34 |
| Binary | 10001111 | 1100011 | 0 | 0 | 11111 | 1100100 | 101100 | 101010 | 1100100 | 11100 |
Color Harmonies of #8F6300
Complementary color
Monochromatic Colors of #8F6300
Black with #8F6300
Text Example
Text Example
White with #8F6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6300; }
p { color: rgb(143,99,0); }
H1.HeaderClassName
{
color: #8F6300;
}
.AnyTagClassName
{
color: #8F6300;
}
</style>
background-color css
<style>
a { background-color: #8F6300; }
a { background-color: rgb(143,99,0); }
div.DivClassName
{
background-color: #8F6300;
}
.BgClassName
{
background-color: #8F6300;
}
</style>
border-color css
<style>
span { border-color: #8F6300; }
span { border-color: rgb(143,99,0); }
td.TdClassName
{
border-color: #8F6300;
}
.TagClassName
{
border-color: #8F6300;
}
</style>