Shades of Golden Brown #8F620D
Tints of Golden Brown #8F620D
RGB
CMYK
RGB Variations
Color information
#8F620D (or 0x8F620D) is known color: Golden Brown. HEX triplet: 8F, 62 and 0D. RGB value is (143,98,13). Sum of RGB (Red+Green+Blue) = 143+98+13=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F620D is #709DF2. Grayscale: #666666. Windows color (decimal): -7380467 or 877199. OLE color: 877199.
HSL color Cylindrical-coordinate representation of color #8F620D: hue angle of 39.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F620D is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 13 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.44 |
| HSL | 39.23º | 0.83% | 0.31% | - |
| HSV(B) | 39.23º | 0.91% | 0.56% | - |
| XYZ | 15.77 | 14.6 | 2.37 | - |
| YUV | 101.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 13 | 0 | 0.31 | 0.91 | 0.44 | 39.23 | 0.83 | 0.31 |
| Hex | 8F | 62 | D | 0 | 1F | 5B | 2C | 27 | 53 | 1F |
| Octal | 217 | 142 | 15 | 0 | 37 | 133 | 54 | 47 | 123 | 37 |
| Binary | 10001111 | 1100010 | 1101 | 0 | 11111 | 1011011 | 101100 | 100111 | 1010011 | 11111 |
Color Harmonies of #8F620D
Complementary color
Monochromatic Colors of #8F620D
Black with #8F620D
Text Example
Text Example
White with #8F620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F620D; }
p { color: rgb(143,98,13); }
H1.HeaderClassName
{
color: #8F620D;
}
.AnyTagClassName
{
color: #8F620D;
}
</style>
background-color css
<style>
a { background-color: #8F620D; }
a { background-color: rgb(143,98,13); }
div.DivClassName
{
background-color: #8F620D;
}
.BgClassName
{
background-color: #8F620D;
}
</style>
border-color css
<style>
span { border-color: #8F620D; }
span { border-color: rgb(143,98,13); }
td.TdClassName
{
border-color: #8F620D;
}
.TagClassName
{
border-color: #8F620D;
}
</style>