Shades of Golden Brown #97621B
Tints of Golden Brown #97621B
RGB
CMYK
RGB Variations
Color information
#97621B (or 0x97621B) is known color: Golden Brown. HEX triplet: 97, 62 and 1B. RGB value is (151,98,27). Sum of RGB (Red+Green+Blue) = 151+98+27=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97621B is #689DE4. Grayscale: #6A6A6A. Windows color (decimal): -6856165 or 1794711. OLE color: 1794711.
HSL color Cylindrical-coordinate representation of color #97621B: hue angle of 34.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97621B is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 27 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.41 |
| HSL | 34.35º | 0.7% | 0.35% | - |
| HSV(B) | 34.35º | 0.82% | 0.59% | - |
| XYZ | 17.33 | 15.39 | 3.09 | - |
| YUV | 105.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 27 | 0 | 0.35 | 0.82 | 0.41 | 34.35 | 0.7 | 0.35 |
| Hex | 97 | 62 | 1B | 0 | 23 | 52 | 29 | 22 | 46 | 23 |
| Octal | 227 | 142 | 33 | 0 | 43 | 122 | 51 | 42 | 106 | 43 |
| Binary | 10010111 | 1100010 | 11011 | 0 | 100011 | 1010010 | 101001 | 100010 | 1000110 | 100011 |
Color Harmonies of #97621B
Complementary color
Monochromatic Colors of #97621B
Black with #97621B
Text Example
Text Example
White with #97621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97621B; }
p { color: rgb(151,98,27); }
H1.HeaderClassName
{
color: #97621B;
}
.AnyTagClassName
{
color: #97621B;
}
</style>
background-color css
<style>
a { background-color: #97621B; }
a { background-color: rgb(151,98,27); }
div.DivClassName
{
background-color: #97621B;
}
.BgClassName
{
background-color: #97621B;
}
</style>
border-color css
<style>
span { border-color: #97621B; }
span { border-color: rgb(151,98,27); }
td.TdClassName
{
border-color: #97621B;
}
.TagClassName
{
border-color: #97621B;
}
</style>