Shades of Golden Brown #90650D
Tints of Golden Brown #90650D
RGB
CMYK
RGB Variations
Color information
#90650D (or 0x90650D) is known color: Golden Brown. HEX triplet: 90, 65 and 0D. RGB value is (144,101,13). Sum of RGB (Red+Green+Blue) = 144+101+13=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90650D is #6F9AF2. Grayscale: #686868. Windows color (decimal): -7314163 or 877968. OLE color: 877968.
HSL color Cylindrical-coordinate representation of color #90650D: hue angle of 40.31º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90650D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.44 |
| HSL | 40.31º | 0.83% | 0.31% | - |
| HSV(B) | 40.31º | 0.91% | 0.56% | - |
| XYZ | 16.23 | 15.27 | 2.47 | - |
| YUV | 103.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 13 | 0 | 0.30 | 0.91 | 0.44 | 40.31 | 0.83 | 0.31 |
| Hex | 90 | 65 | D | 0 | 1E | 5B | 2C | 28 | 53 | 1F |
| Octal | 220 | 145 | 15 | 0 | 36 | 133 | 54 | 50 | 123 | 37 |
| Binary | 10010000 | 1100101 | 1101 | 0 | 11110 | 1011011 | 101100 | 101000 | 1010011 | 11111 |
Color Harmonies of #90650D
Complementary color
Monochromatic Colors of #90650D
Black with #90650D
Text Example
Text Example
White with #90650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90650D; }
p { color: rgb(144,101,13); }
H1.HeaderClassName
{
color: #90650D;
}
.AnyTagClassName
{
color: #90650D;
}
</style>
background-color css
<style>
a { background-color: #90650D; }
a { background-color: rgb(144,101,13); }
div.DivClassName
{
background-color: #90650D;
}
.BgClassName
{
background-color: #90650D;
}
</style>
border-color css
<style>
span { border-color: #90650D; }
span { border-color: rgb(144,101,13); }
td.TdClassName
{
border-color: #90650D;
}
.TagClassName
{
border-color: #90650D;
}
</style>