Shades of Golden Brown #97680D
Tints of Golden Brown #97680D
RGB
CMYK
RGB Variations
Color information
#97680D (or 0x97680D) is known color: Golden Brown. HEX triplet: 97, 68 and 0D. RGB value is (151,104,13). Sum of RGB (Red+Green+Blue) = 151+104+13=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97680D is #6897F2. Grayscale: #6C6C6C. Windows color (decimal): -6854643 or 878743. OLE color: 878743.
HSL color Cylindrical-coordinate representation of color #97680D: hue angle of 39.57º 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 #97680D is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 13 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.41 |
| HSL | 39.57º | 0.84% | 0.32% | - |
| HSV(B) | 39.57º | 0.91% | 0.59% | - |
| XYZ | 17.79 | 16.51 | 2.63 | - |
| YUV | 107.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 13 | 0 | 0.31 | 0.91 | 0.41 | 39.57 | 0.84 | 0.32 |
| Hex | 97 | 68 | D | 0 | 1F | 5B | 29 | 28 | 54 | 20 |
| Octal | 227 | 150 | 15 | 0 | 37 | 133 | 51 | 50 | 124 | 40 |
| Binary | 10010111 | 1101000 | 1101 | 0 | 11111 | 1011011 | 101001 | 101000 | 1010100 | 100000 |
Color Harmonies of #97680D
Complementary color
Monochromatic Colors of #97680D
Black with #97680D
Text Example
Text Example
White with #97680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97680D; }
p { color: rgb(151,104,13); }
H1.HeaderClassName
{
color: #97680D;
}
.AnyTagClassName
{
color: #97680D;
}
</style>
background-color css
<style>
a { background-color: #97680D; }
a { background-color: rgb(151,104,13); }
div.DivClassName
{
background-color: #97680D;
}
.BgClassName
{
background-color: #97680D;
}
</style>
border-color css
<style>
span { border-color: #97680D; }
span { border-color: rgb(151,104,13); }
td.TdClassName
{
border-color: #97680D;
}
.TagClassName
{
border-color: #97680D;
}
</style>