Shades of Golden Brown #8F691B
Tints of Golden Brown #8F691B
RGB
CMYK
RGB Variations
Color information
#8F691B (or 0x8F691B) is known color: Golden Brown. HEX triplet: 8F, 69 and 1B. RGB value is (143,105,27). Sum of RGB (Red+Green+Blue) = 143+105+27=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F691B is #7096E4. Grayscale: #6B6B6B. Windows color (decimal): -7378661 or 1796495. OLE color: 1796495.
HSL color Cylindrical-coordinate representation of color #8F691B: hue angle of 40.34º 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 #8F691B is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 27 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.44 |
| HSL | 40.34º | 0.68% | 0.33% | - |
| HSV(B) | 40.34º | 0.81% | 0.56% | - |
| XYZ | 16.58 | 16.02 | 3.26 | - |
| YUV | 107.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 27 | 0 | 0.27 | 0.81 | 0.44 | 40.34 | 0.68 | 0.33 |
| Hex | 8F | 69 | 1B | 0 | 1B | 51 | 2C | 28 | 44 | 21 |
| Octal | 217 | 151 | 33 | 0 | 33 | 121 | 54 | 50 | 104 | 41 |
| Binary | 10001111 | 1101001 | 11011 | 0 | 11011 | 1010001 | 101100 | 101000 | 1000100 | 100001 |
Color Harmonies of #8F691B
Complementary color
Monochromatic Colors of #8F691B
Black with #8F691B
Text Example
Text Example
White with #8F691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F691B; }
p { color: rgb(143,105,27); }
H1.HeaderClassName
{
color: #8F691B;
}
.AnyTagClassName
{
color: #8F691B;
}
</style>
background-color css
<style>
a { background-color: #8F691B; }
a { background-color: rgb(143,105,27); }
div.DivClassName
{
background-color: #8F691B;
}
.BgClassName
{
background-color: #8F691B;
}
</style>
border-color css
<style>
span { border-color: #8F691B; }
span { border-color: rgb(143,105,27); }
td.TdClassName
{
border-color: #8F691B;
}
.TagClassName
{
border-color: #8F691B;
}
</style>