Shades of Golden Brown #97661A
Tints of Golden Brown #97661A
RGB
CMYK
RGB Variations
Color information
#97661A (or 0x97661A) is known color: Golden Brown. HEX triplet: 97, 66 and 1A. RGB value is (151,102,26). Sum of RGB (Red+Green+Blue) = 151+102+26=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97661A is #6899E5. Grayscale: #6C6C6C. Windows color (decimal): -6855142 or 1730199. OLE color: 1730199.
HSL color Cylindrical-coordinate representation of color #97661A: hue angle of 36.48º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97661A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 26 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.41 |
| HSL | 36.48º | 0.71% | 0.35% | - |
| HSV(B) | 36.48º | 0.83% | 0.59% | - |
| XYZ | 17.7 | 16.16 | 3.16 | - |
| YUV | 107.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 26 | 0 | 0.32 | 0.83 | 0.41 | 36.48 | 0.71 | 0.35 |
| Hex | 97 | 66 | 1A | 0 | 20 | 53 | 29 | 24 | 47 | 23 |
| Octal | 227 | 146 | 32 | 0 | 40 | 123 | 51 | 44 | 107 | 43 |
| Binary | 10010111 | 1100110 | 11010 | 0 | 100000 | 1010011 | 101001 | 100100 | 1000111 | 100011 |
Color Harmonies of #97661A
Complementary color
Monochromatic Colors of #97661A
Black with #97661A
Text Example
Text Example
White with #97661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97661A; }
p { color: rgb(151,102,26); }
H1.HeaderClassName
{
color: #97661A;
}
.AnyTagClassName
{
color: #97661A;
}
</style>
background-color css
<style>
a { background-color: #97661A; }
a { background-color: rgb(151,102,26); }
div.DivClassName
{
background-color: #97661A;
}
.BgClassName
{
background-color: #97661A;
}
</style>
border-color css
<style>
span { border-color: #97661A; }
span { border-color: rgb(151,102,26); }
td.TdClassName
{
border-color: #97661A;
}
.TagClassName
{
border-color: #97661A;
}
</style>