Shades of Golden Brown #997105
Tints of Golden Brown #997105
RGB
CMYK
RGB Variations
Color information
#997105 (or 0x997105) is known color: Golden Brown. HEX triplet: 99, 71 and 05. RGB value is (153,113,5). Sum of RGB (Red+Green+Blue) = 153+113+5=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997105 is #668EFA. Grayscale: #717171. Windows color (decimal): -6721275 or 356761. OLE color: 356761.
HSL color Cylindrical-coordinate representation of color #997105: hue angle of 43.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #997105 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.4 |
| HSL | 43.78º | 0.94% | 0.31% | - |
| HSV(B) | 43.78º | 0.97% | 0.6% | - |
| XYZ | 19.07 | 18.59 | 2.73 | - |
| YUV | 112.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 5 | 0 | 0.26 | 0.97 | 0.4 | 43.78 | 0.94 | 0.31 |
| Hex | 99 | 71 | 5 | 0 | 1A | 61 | 28 | 2C | 5E | 1F |
| Octal | 231 | 161 | 5 | 0 | 32 | 141 | 50 | 54 | 136 | 37 |
| Binary | 10011001 | 1110001 | 101 | 0 | 11010 | 1100001 | 101000 | 101100 | 1011110 | 11111 |
Color Harmonies of #997105
Complementary color
Monochromatic Colors of #997105
Black with #997105
Text Example
Text Example
White with #997105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997105; }
p { color: rgb(153,113,5); }
H1.HeaderClassName
{
color: #997105;
}
.AnyTagClassName
{
color: #997105;
}
</style>
background-color css
<style>
a { background-color: #997105; }
a { background-color: rgb(153,113,5); }
div.DivClassName
{
background-color: #997105;
}
.BgClassName
{
background-color: #997105;
}
</style>
border-color css
<style>
span { border-color: #997105; }
span { border-color: rgb(153,113,5); }
td.TdClassName
{
border-color: #997105;
}
.TagClassName
{
border-color: #997105;
}
</style>