Shades of Golden Brown #97630E
Tints of Golden Brown #97630E
RGB
CMYK
RGB Variations
Color information
#97630E (or 0x97630E) is known color: Golden Brown. HEX triplet: 97, 63 and 0E. RGB value is (151,99,14). Sum of RGB (Red+Green+Blue) = 151+99+14=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97630E is #689CF1. Grayscale: #696969. Windows color (decimal): -6855922 or 942999. OLE color: 942999.
HSL color Cylindrical-coordinate representation of color #97630E: hue angle of 37.23º degrees, saturation: 0.83, 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 #97630E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 14 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.41 |
| HSL | 37.23º | 0.83% | 0.32% | - |
| HSV(B) | 37.23º | 0.91% | 0.59% | - |
| XYZ | 17.3 | 15.53 | 2.5 | - |
| YUV | 104.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 14 | 0 | 0.34 | 0.91 | 0.41 | 37.23 | 0.83 | 0.32 |
| Hex | 97 | 63 | E | 0 | 22 | 5B | 29 | 25 | 53 | 20 |
| Octal | 227 | 143 | 16 | 0 | 42 | 133 | 51 | 45 | 123 | 40 |
| Binary | 10010111 | 1100011 | 1110 | 0 | 100010 | 1011011 | 101001 | 100101 | 1010011 | 100000 |
Color Harmonies of #97630E
Complementary color
Monochromatic Colors of #97630E
Black with #97630E
Text Example
Text Example
White with #97630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97630E; }
p { color: rgb(151,99,14); }
H1.HeaderClassName
{
color: #97630E;
}
.AnyTagClassName
{
color: #97630E;
}
</style>
background-color css
<style>
a { background-color: #97630E; }
a { background-color: rgb(151,99,14); }
div.DivClassName
{
background-color: #97630E;
}
.BgClassName
{
background-color: #97630E;
}
</style>
border-color css
<style>
span { border-color: #97630E; }
span { border-color: rgb(151,99,14); }
td.TdClassName
{
border-color: #97630E;
}
.TagClassName
{
border-color: #97630E;
}
</style>