Shades of Golden Brown #97630A
Tints of Golden Brown #97630A
RGB
CMYK
RGB Variations
Color information
#97630A (or 0x97630A) is known color: Golden Brown. HEX triplet: 97, 63 and 0A. RGB value is (151,99,10). Sum of RGB (Red+Green+Blue) = 151+99+10=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97630A is #689CF5. Grayscale: #686868. Windows color (decimal): -6855926 or 680855. OLE color: 680855.
HSL color Cylindrical-coordinate representation of color #97630A: hue angle of 37.87º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97630A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 10 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.41 |
| HSL | 37.87º | 0.88% | 0.32% | - |
| HSV(B) | 37.87º | 0.93% | 0.59% | - |
| XYZ | 17.28 | 15.52 | 2.37 | - |
| YUV | 104.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 10 | 0 | 0.34 | 0.93 | 0.41 | 37.87 | 0.88 | 0.32 |
| Hex | 97 | 63 | A | 0 | 22 | 5D | 29 | 26 | 58 | 20 |
| Octal | 227 | 143 | 12 | 0 | 42 | 135 | 51 | 46 | 130 | 40 |
| Binary | 10010111 | 1100011 | 1010 | 0 | 100010 | 1011101 | 101001 | 100110 | 1011000 | 100000 |
Color Harmonies of #97630A
Complementary color
Monochromatic Colors of #97630A
Black with #97630A
Text Example
Text Example
White with #97630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97630A; }
p { color: rgb(151,99,10); }
H1.HeaderClassName
{
color: #97630A;
}
.AnyTagClassName
{
color: #97630A;
}
</style>
background-color css
<style>
a { background-color: #97630A; }
a { background-color: rgb(151,99,10); }
div.DivClassName
{
background-color: #97630A;
}
.BgClassName
{
background-color: #97630A;
}
</style>
border-color css
<style>
span { border-color: #97630A; }
span { border-color: rgb(151,99,10); }
td.TdClassName
{
border-color: #97630A;
}
.TagClassName
{
border-color: #97630A;
}
</style>