Shades of Golden Brown #97711D
Tints of Golden Brown #97711D
RGB
CMYK
RGB Variations
Color information
#97711D (or 0x97711D) is known color: Golden Brown. HEX triplet: 97, 71 and 1D. RGB value is (151,113,29). Sum of RGB (Red+Green+Blue) = 151+113+29=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97711D is #688EE2. Grayscale: #737373. Windows color (decimal): -6852323 or 1929623. OLE color: 1929623.
HSL color Cylindrical-coordinate representation of color #97711D: hue angle of 41.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97711D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 29 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.41 |
| HSL | 41.31º | 0.68% | 0.35% | - |
| HSV(B) | 41.31º | 0.81% | 0.59% | - |
| XYZ | 18.89 | 18.48 | 3.73 | - |
| YUV | 114.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 29 | 0 | 0.25 | 0.81 | 0.41 | 41.31 | 0.68 | 0.35 |
| Hex | 97 | 71 | 1D | 0 | 19 | 51 | 29 | 29 | 44 | 23 |
| Octal | 227 | 161 | 35 | 0 | 31 | 121 | 51 | 51 | 104 | 43 |
| Binary | 10010111 | 1110001 | 11101 | 0 | 11001 | 1010001 | 101001 | 101001 | 1000100 | 100011 |
Color Harmonies of #97711D
Complementary color
Monochromatic Colors of #97711D
Black with #97711D
Text Example
Text Example
White with #97711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97711D; }
p { color: rgb(151,113,29); }
H1.HeaderClassName
{
color: #97711D;
}
.AnyTagClassName
{
color: #97711D;
}
</style>
background-color css
<style>
a { background-color: #97711D; }
a { background-color: rgb(151,113,29); }
div.DivClassName
{
background-color: #97711D;
}
.BgClassName
{
background-color: #97711D;
}
</style>
border-color css
<style>
span { border-color: #97711D; }
span { border-color: rgb(151,113,29); }
td.TdClassName
{
border-color: #97711D;
}
.TagClassName
{
border-color: #97711D;
}
</style>