Shades of Golden Brown #90610B
Tints of Golden Brown #90610B
RGB
CMYK
RGB Variations
Color information
#90610B (or 0x90610B) is known color: Golden Brown. HEX triplet: 90, 61 and 0B. RGB value is (144,97,11). Sum of RGB (Red+Green+Blue) = 144+97+11=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #90610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90610B is #6F9EF4. Grayscale: #656565. Windows color (decimal): -7315189 or 745872. OLE color: 745872.
HSL color Cylindrical-coordinate representation of color #90610B: hue angle of 38.8º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90610B is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 11 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.44 |
| HSL | 38.8º | 0.86% | 0.3% | - |
| HSV(B) | 38.8º | 0.92% | 0.56% | - |
| XYZ | 15.84 | 14.5 | 2.28 | - |
| YUV | 101.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 11 | 0 | 0.33 | 0.92 | 0.44 | 38.8 | 0.86 | 0.3 |
| Hex | 90 | 61 | B | 0 | 21 | 5C | 2C | 27 | 56 | 1E |
| Octal | 220 | 141 | 13 | 0 | 41 | 134 | 54 | 47 | 126 | 36 |
| Binary | 10010000 | 1100001 | 1011 | 0 | 100001 | 1011100 | 101100 | 100111 | 1010110 | 11110 |
Color Harmonies of #90610B
Complementary color
Monochromatic Colors of #90610B
Black with #90610B
Text Example
Text Example
White with #90610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90610B; }
p { color: rgb(144,97,11); }
H1.HeaderClassName
{
color: #90610B;
}
.AnyTagClassName
{
color: #90610B;
}
</style>
background-color css
<style>
a { background-color: #90610B; }
a { background-color: rgb(144,97,11); }
div.DivClassName
{
background-color: #90610B;
}
.BgClassName
{
background-color: #90610B;
}
</style>
border-color css
<style>
span { border-color: #90610B; }
span { border-color: rgb(144,97,11); }
td.TdClassName
{
border-color: #90610B;
}
.TagClassName
{
border-color: #90610B;
}
</style>