Shades of Golden Brown #97560D
Tints of Golden Brown #97560D
RGB
CMYK
RGB Variations
Color information
#97560D (or 0x97560D) is known color: Golden Brown. HEX triplet: 97, 56 and 0D. RGB value is (151,86,13). Sum of RGB (Red+Green+Blue) = 151+86+13=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97560D is #68A9F2. Grayscale: #616161. Windows color (decimal): -6859251 or 874135. OLE color: 874135.
HSL color Cylindrical-coordinate representation of color #97560D: hue angle of 31.74º 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 #97560D is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 13 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.41 |
| HSL | 31.74º | 0.84% | 0.32% | - |
| HSV(B) | 31.74º | 0.91% | 0.59% | - |
| XYZ | 16.16 | 13.26 | 2.09 | - |
| YUV | 97.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 13 | 0 | 0.43 | 0.91 | 0.41 | 31.74 | 0.84 | 0.32 |
| Hex | 97 | 56 | D | 0 | 2B | 5B | 29 | 20 | 54 | 20 |
| Octal | 227 | 126 | 15 | 0 | 53 | 133 | 51 | 40 | 124 | 40 |
| Binary | 10010111 | 1010110 | 1101 | 0 | 101011 | 1011011 | 101001 | 100000 | 1010100 | 100000 |
Color Harmonies of #97560D
Complementary color
Monochromatic Colors of #97560D
Black with #97560D
Text Example
Text Example
White with #97560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97560D; }
p { color: rgb(151,86,13); }
H1.HeaderClassName
{
color: #97560D;
}
.AnyTagClassName
{
color: #97560D;
}
</style>
background-color css
<style>
a { background-color: #97560D; }
a { background-color: rgb(151,86,13); }
div.DivClassName
{
background-color: #97560D;
}
.BgClassName
{
background-color: #97560D;
}
</style>
border-color css
<style>
span { border-color: #97560D; }
span { border-color: rgb(151,86,13); }
td.TdClassName
{
border-color: #97560D;
}
.TagClassName
{
border-color: #97560D;
}
</style>