Shades of Golden Brown #976F0D
Tints of Golden Brown #976F0D
RGB
CMYK
RGB Variations
Color information
#976F0D (or 0x976F0D) is known color: Golden Brown. HEX triplet: 97, 6F and 0D. RGB value is (151,111,13). Sum of RGB (Red+Green+Blue) = 151+111+13=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #976F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F0D is #6890F2. Grayscale: #707070. Windows color (decimal): -6852851 or 880535. OLE color: 880535.
HSL color Cylindrical-coordinate representation of color #976F0D: hue angle of 42.61º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #976F0D is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 13 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.41 |
| HSL | 42.61º | 0.84% | 0.32% | - |
| HSV(B) | 42.61º | 0.91% | 0.59% | - |
| XYZ | 18.52 | 17.98 | 2.87 | - |
| YUV | 111.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 13 | 0 | 0.26 | 0.91 | 0.41 | 42.61 | 0.84 | 0.32 |
| Hex | 97 | 6F | D | 0 | 1A | 5B | 29 | 2B | 54 | 20 |
| Octal | 227 | 157 | 15 | 0 | 32 | 133 | 51 | 53 | 124 | 40 |
| Binary | 10010111 | 1101111 | 1101 | 0 | 11010 | 1011011 | 101001 | 101011 | 1010100 | 100000 |
Color Harmonies of #976F0D
Complementary color
Monochromatic Colors of #976F0D
Black with #976F0D
Text Example
Text Example
White with #976F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F0D; }
p { color: rgb(151,111,13); }
H1.HeaderClassName
{
color: #976F0D;
}
.AnyTagClassName
{
color: #976F0D;
}
</style>
background-color css
<style>
a { background-color: #976F0D; }
a { background-color: rgb(151,111,13); }
div.DivClassName
{
background-color: #976F0D;
}
.BgClassName
{
background-color: #976F0D;
}
</style>
border-color css
<style>
span { border-color: #976F0D; }
span { border-color: rgb(151,111,13); }
td.TdClassName
{
border-color: #976F0D;
}
.TagClassName
{
border-color: #976F0D;
}
</style>