Shades of Golden Brown #90610E
Tints of Golden Brown #90610E
RGB
CMYK
RGB Variations
Color information
#90610E (or 0x90610E) is known color: Golden Brown. HEX triplet: 90, 61 and 0E. RGB value is (144,97,14). Sum of RGB (Red+Green+Blue) = 144+97+14=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90610E is #6F9EF1. Grayscale: #656565. Windows color (decimal): -7315186 or 942480. OLE color: 942480.
HSL color Cylindrical-coordinate representation of color #90610E: hue angle of 38.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90610E is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 14 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.44 |
| HSL | 38.31º | 0.82% | 0.31% | - |
| HSV(B) | 38.31º | 0.9% | 0.56% | - |
| XYZ | 15.86 | 14.51 | 2.38 | - |
| YUV | 101.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 14 | 0 | 0.33 | 0.90 | 0.44 | 38.31 | 0.82 | 0.31 |
| Hex | 90 | 61 | E | 0 | 21 | 5A | 2C | 26 | 52 | 1F |
| Octal | 220 | 141 | 16 | 0 | 41 | 132 | 54 | 46 | 122 | 37 |
| Binary | 10010000 | 1100001 | 1110 | 0 | 100001 | 1011010 | 101100 | 100110 | 1010010 | 11111 |
Color Harmonies of #90610E
Complementary color
Monochromatic Colors of #90610E
Black with #90610E
Text Example
Text Example
White with #90610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90610E; }
p { color: rgb(144,97,14); }
H1.HeaderClassName
{
color: #90610E;
}
.AnyTagClassName
{
color: #90610E;
}
</style>
background-color css
<style>
a { background-color: #90610E; }
a { background-color: rgb(144,97,14); }
div.DivClassName
{
background-color: #90610E;
}
.BgClassName
{
background-color: #90610E;
}
</style>
border-color css
<style>
span { border-color: #90610E; }
span { border-color: rgb(144,97,14); }
td.TdClassName
{
border-color: #90610E;
}
.TagClassName
{
border-color: #90610E;
}
</style>