Shades of Golden Brown #90620E
Tints of Golden Brown #90620E
RGB
CMYK
RGB Variations
Color information
#90620E (or 0x90620E) is known color: Golden Brown. HEX triplet: 90, 62 and 0E. RGB value is (144,98,14). Sum of RGB (Red+Green+Blue) = 144+98+14=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90620E is #6F9DF1. Grayscale: #666666. Windows color (decimal): -7314930 or 942736. OLE color: 942736.
HSL color Cylindrical-coordinate representation of color #90620E: hue angle of 38.77º 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 #90620E is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 14 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.44 |
| HSL | 38.77º | 0.82% | 0.31% | - |
| HSV(B) | 38.77º | 0.9% | 0.56% | - |
| XYZ | 15.95 | 14.7 | 2.41 | - |
| YUV | 102.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 14 | 0 | 0.32 | 0.90 | 0.44 | 38.77 | 0.82 | 0.31 |
| Hex | 90 | 62 | E | 0 | 20 | 5A | 2C | 27 | 52 | 1F |
| Octal | 220 | 142 | 16 | 0 | 40 | 132 | 54 | 47 | 122 | 37 |
| Binary | 10010000 | 1100010 | 1110 | 0 | 100000 | 1011010 | 101100 | 100111 | 1010010 | 11111 |
Color Harmonies of #90620E
Complementary color
Monochromatic Colors of #90620E
Black with #90620E
Text Example
Text Example
White with #90620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90620E; }
p { color: rgb(144,98,14); }
H1.HeaderClassName
{
color: #90620E;
}
.AnyTagClassName
{
color: #90620E;
}
</style>
background-color css
<style>
a { background-color: #90620E; }
a { background-color: rgb(144,98,14); }
div.DivClassName
{
background-color: #90620E;
}
.BgClassName
{
background-color: #90620E;
}
</style>
border-color css
<style>
span { border-color: #90620E; }
span { border-color: rgb(144,98,14); }
td.TdClassName
{
border-color: #90620E;
}
.TagClassName
{
border-color: #90620E;
}
</style>