Shades of Golden Brown #90650A
Tints of Golden Brown #90650A
RGB
CMYK
RGB Variations
Color information
#90650A (or 0x90650A) is known color: Golden Brown. HEX triplet: 90, 65 and 0A. RGB value is (144,101,10). Sum of RGB (Red+Green+Blue) = 144+101+10=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90650A is #6F9AF5. Grayscale: #676767. Windows color (decimal): -7314166 or 681360. OLE color: 681360.
HSL color Cylindrical-coordinate representation of color #90650A: hue angle of 40.75º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90650A is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 10 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.44 |
| HSL | 40.75º | 0.87% | 0.3% | - |
| HSV(B) | 40.75º | 0.93% | 0.56% | - |
| XYZ | 16.21 | 15.26 | 2.38 | - |
| YUV | 103.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 10 | 0 | 0.30 | 0.93 | 0.44 | 40.75 | 0.87 | 0.3 |
| Hex | 90 | 65 | A | 0 | 1E | 5D | 2C | 29 | 57 | 1E |
| Octal | 220 | 145 | 12 | 0 | 36 | 135 | 54 | 51 | 127 | 36 |
| Binary | 10010000 | 1100101 | 1010 | 0 | 11110 | 1011101 | 101100 | 101001 | 1010111 | 11110 |
Color Harmonies of #90650A
Complementary color
Monochromatic Colors of #90650A
Black with #90650A
Text Example
Text Example
White with #90650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90650A; }
p { color: rgb(144,101,10); }
H1.HeaderClassName
{
color: #90650A;
}
.AnyTagClassName
{
color: #90650A;
}
</style>
background-color css
<style>
a { background-color: #90650A; }
a { background-color: rgb(144,101,10); }
div.DivClassName
{
background-color: #90650A;
}
.BgClassName
{
background-color: #90650A;
}
</style>
border-color css
<style>
span { border-color: #90650A; }
span { border-color: rgb(144,101,10); }
td.TdClassName
{
border-color: #90650A;
}
.TagClassName
{
border-color: #90650A;
}
</style>