Shades of Golden Brown #97740F
Tints of Golden Brown #97740F
RGB
CMYK
RGB Variations
Color information
#97740F (or 0x97740F) is known color: Golden Brown. HEX triplet: 97, 74 and 0F. RGB value is (151,116,15). Sum of RGB (Red+Green+Blue) = 151+116+15=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97740F is #688BF0. Grayscale: #737373. Windows color (decimal): -6851569 or 1012887. OLE color: 1012887.
HSL color Cylindrical-coordinate representation of color #97740F: hue angle of 44.56º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97740F is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 15 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.41 |
| HSL | 44.56º | 0.82% | 0.33% | - |
| HSV(B) | 44.56º | 0.9% | 0.59% | - |
| XYZ | 19.09 | 19.1 | 3.13 | - |
| YUV | 114.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 15 | 0 | 0.23 | 0.90 | 0.41 | 44.56 | 0.82 | 0.33 |
| Hex | 97 | 74 | F | 0 | 17 | 5A | 29 | 2D | 52 | 21 |
| Octal | 227 | 164 | 17 | 0 | 27 | 132 | 51 | 55 | 122 | 41 |
| Binary | 10010111 | 1110100 | 1111 | 0 | 10111 | 1011010 | 101001 | 101101 | 1010010 | 100001 |
Color Harmonies of #97740F
Complementary color
Monochromatic Colors of #97740F
Black with #97740F
Text Example
Text Example
White with #97740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97740F; }
p { color: rgb(151,116,15); }
H1.HeaderClassName
{
color: #97740F;
}
.AnyTagClassName
{
color: #97740F;
}
</style>
background-color css
<style>
a { background-color: #97740F; }
a { background-color: rgb(151,116,15); }
div.DivClassName
{
background-color: #97740F;
}
.BgClassName
{
background-color: #97740F;
}
</style>
border-color css
<style>
span { border-color: #97740F; }
span { border-color: rgb(151,116,15); }
td.TdClassName
{
border-color: #97740F;
}
.TagClassName
{
border-color: #97740F;
}
</style>