Shades of Golden Brown #906101
Tints of Golden Brown #906101
RGB
CMYK
RGB Variations
Color information
#906101 (or 0x906101) is known color: Golden Brown. HEX triplet: 90, 61 and 01. RGB value is (144,97,1). Sum of RGB (Red+Green+Blue) = 144+97+1=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #906101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906101 is #6F9EFE. Grayscale: #646464. Windows color (decimal): -7315199 or 90512. OLE color: 90512.
HSL color Cylindrical-coordinate representation of color #906101: hue angle of 40.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906101 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.44 |
| HSL | 40.28º | 0.99% | 0.28% | - |
| HSV(B) | 40.28º | 0.99% | 0.56% | - |
| XYZ | 15.78 | 14.48 | 1.99 | - |
| YUV | 100.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 1 | 0 | 0.33 | 0.99 | 0.44 | 40.28 | 0.99 | 0.28 |
| Hex | 90 | 61 | 1 | 0 | 21 | 63 | 2C | 28 | 63 | 1C |
| Octal | 220 | 141 | 1 | 0 | 41 | 143 | 54 | 50 | 143 | 34 |
| Binary | 10010000 | 1100001 | 1 | 0 | 100001 | 1100011 | 101100 | 101000 | 1100011 | 11100 |
Color Harmonies of #906101
Complementary color
Monochromatic Colors of #906101
Black with #906101
Text Example
Text Example
White with #906101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906101; }
p { color: rgb(144,97,1); }
H1.HeaderClassName
{
color: #906101;
}
.AnyTagClassName
{
color: #906101;
}
</style>
background-color css
<style>
a { background-color: #906101; }
a { background-color: rgb(144,97,1); }
div.DivClassName
{
background-color: #906101;
}
.BgClassName
{
background-color: #906101;
}
</style>
border-color css
<style>
span { border-color: #906101; }
span { border-color: rgb(144,97,1); }
td.TdClassName
{
border-color: #906101;
}
.TagClassName
{
border-color: #906101;
}
</style>