Shades of Golden Brown #8F611B
Tints of Golden Brown #8F611B
RGB
CMYK
RGB Variations
Color information
#8F611B (or 0x8F611B) is known color: Golden Brown. HEX triplet: 8F, 61 and 1B. RGB value is (143,97,27). Sum of RGB (Red+Green+Blue) = 143+97+27=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F611B is #709EE4. Grayscale: #676767. Windows color (decimal): -7380709 or 1794447. OLE color: 1794447.
HSL color Cylindrical-coordinate representation of color #8F611B: hue angle of 36.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F611B is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 27 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.44 |
| HSL | 36.21º | 0.68% | 0.33% | - |
| HSV(B) | 36.21º | 0.81% | 0.56% | - |
| XYZ | 15.8 | 14.47 | 3 | - |
| YUV | 102.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 27 | 0 | 0.32 | 0.81 | 0.44 | 36.21 | 0.68 | 0.33 |
| Hex | 8F | 61 | 1B | 0 | 20 | 51 | 2C | 24 | 44 | 21 |
| Octal | 217 | 141 | 33 | 0 | 40 | 121 | 54 | 44 | 104 | 41 |
| Binary | 10001111 | 1100001 | 11011 | 0 | 100000 | 1010001 | 101100 | 100100 | 1000100 | 100001 |
Color Harmonies of #8F611B
Complementary color
Monochromatic Colors of #8F611B
Black with #8F611B
Text Example
Text Example
White with #8F611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F611B; }
p { color: rgb(143,97,27); }
H1.HeaderClassName
{
color: #8F611B;
}
.AnyTagClassName
{
color: #8F611B;
}
</style>
background-color css
<style>
a { background-color: #8F611B; }
a { background-color: rgb(143,97,27); }
div.DivClassName
{
background-color: #8F611B;
}
.BgClassName
{
background-color: #8F611B;
}
</style>
border-color css
<style>
span { border-color: #8F611B; }
span { border-color: rgb(143,97,27); }
td.TdClassName
{
border-color: #8F611B;
}
.TagClassName
{
border-color: #8F611B;
}
</style>