Shades of Golden Brown #90680B
Tints of Golden Brown #90680B
RGB
CMYK
RGB Variations
Color information
#90680B (or 0x90680B) is known color: Golden Brown. HEX triplet: 90, 68 and 0B. RGB value is (144,104,11). Sum of RGB (Red+Green+Blue) = 144+104+11=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90680B is #6F97F4. Grayscale: #696969. Windows color (decimal): -7313397 or 747664. OLE color: 747664.
HSL color Cylindrical-coordinate representation of color #90680B: hue angle of 41.95º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90680B is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 11 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.44 |
| HSL | 41.95º | 0.86% | 0.3% | - |
| HSV(B) | 41.95º | 0.92% | 0.56% | - |
| XYZ | 16.51 | 15.85 | 2.51 | - |
| YUV | 105.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 11 | 0 | 0.28 | 0.92 | 0.44 | 41.95 | 0.86 | 0.3 |
| Hex | 90 | 68 | B | 0 | 1C | 5C | 2C | 2A | 56 | 1E |
| Octal | 220 | 150 | 13 | 0 | 34 | 134 | 54 | 52 | 126 | 36 |
| Binary | 10010000 | 1101000 | 1011 | 0 | 11100 | 1011100 | 101100 | 101010 | 1010110 | 11110 |
Color Harmonies of #90680B
Complementary color
Monochromatic Colors of #90680B
Black with #90680B
Text Example
Text Example
White with #90680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90680B; }
p { color: rgb(144,104,11); }
H1.HeaderClassName
{
color: #90680B;
}
.AnyTagClassName
{
color: #90680B;
}
</style>
background-color css
<style>
a { background-color: #90680B; }
a { background-color: rgb(144,104,11); }
div.DivClassName
{
background-color: #90680B;
}
.BgClassName
{
background-color: #90680B;
}
</style>
border-color css
<style>
span { border-color: #90680B; }
span { border-color: rgb(144,104,11); }
td.TdClassName
{
border-color: #90680B;
}
.TagClassName
{
border-color: #90680B;
}
</style>