Shades of Golden Brown #90600D
Tints of Golden Brown #90600D
RGB
CMYK
RGB Variations
Color information
#90600D (or 0x90600D) is known color: Golden Brown. HEX triplet: 90, 60 and 0D. RGB value is (144,96,13). Sum of RGB (Red+Green+Blue) = 144+96+13=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90600D is #6F9FF2. Grayscale: #656565. Windows color (decimal): -7315443 or 876688. OLE color: 876688.
HSL color Cylindrical-coordinate representation of color #90600D: hue angle of 38.02º 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 #90600D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 13 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.44 |
| HSL | 38.02º | 0.83% | 0.31% | - |
| HSV(B) | 38.02º | 0.91% | 0.56% | - |
| XYZ | 15.76 | 14.32 | 2.32 | - |
| YUV | 100.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 13 | 0 | 0.33 | 0.91 | 0.44 | 38.02 | 0.83 | 0.31 |
| Hex | 90 | 60 | D | 0 | 21 | 5B | 2C | 26 | 53 | 1F |
| Octal | 220 | 140 | 15 | 0 | 41 | 133 | 54 | 46 | 123 | 37 |
| Binary | 10010000 | 1100000 | 1101 | 0 | 100001 | 1011011 | 101100 | 100110 | 1010011 | 11111 |
Color Harmonies of #90600D
Complementary color
Monochromatic Colors of #90600D
Black with #90600D
Text Example
Text Example
White with #90600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90600D; }
p { color: rgb(144,96,13); }
H1.HeaderClassName
{
color: #90600D;
}
.AnyTagClassName
{
color: #90600D;
}
</style>
background-color css
<style>
a { background-color: #90600D; }
a { background-color: rgb(144,96,13); }
div.DivClassName
{
background-color: #90600D;
}
.BgClassName
{
background-color: #90600D;
}
</style>
border-color css
<style>
span { border-color: #90600D; }
span { border-color: rgb(144,96,13); }
td.TdClassName
{
border-color: #90600D;
}
.TagClassName
{
border-color: #90600D;
}
</style>