Shades of Golden Brown #906B16
Tints of Golden Brown #906B16
RGB
CMYK
RGB Variations
Color information
#906B16 (or 0x906B16) is known color: Golden Brown. HEX triplet: 90, 6B and 16. RGB value is (144,107,22). Sum of RGB (Red+Green+Blue) = 144+107+22=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #906B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906B16 is #6F94E9. Grayscale: #6C6C6C. Windows color (decimal): -7312618 or 1469328. OLE color: 1469328.
HSL color Cylindrical-coordinate representation of color #906B16: hue angle of 41.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #906B16 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 22 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.44 |
| HSL | 41.8º | 0.73% | 0.33% | - |
| HSV(B) | 41.8º | 0.85% | 0.56% | - |
| XYZ | 16.9 | 16.5 | 3.05 | - |
| YUV | 108.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 22 | 0 | 0.26 | 0.85 | 0.44 | 41.8 | 0.73 | 0.33 |
| Hex | 90 | 6B | 16 | 0 | 1A | 55 | 2C | 2A | 49 | 21 |
| Octal | 220 | 153 | 26 | 0 | 32 | 125 | 54 | 52 | 111 | 41 |
| Binary | 10010000 | 1101011 | 10110 | 0 | 11010 | 1010101 | 101100 | 101010 | 1001001 | 100001 |
Color Harmonies of #906B16
Complementary color
Monochromatic Colors of #906B16
Black with #906B16
Text Example
Text Example
White with #906B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B16; }
p { color: rgb(144,107,22); }
H1.HeaderClassName
{
color: #906B16;
}
.AnyTagClassName
{
color: #906B16;
}
</style>
background-color css
<style>
a { background-color: #906B16; }
a { background-color: rgb(144,107,22); }
div.DivClassName
{
background-color: #906B16;
}
.BgClassName
{
background-color: #906B16;
}
</style>
border-color css
<style>
span { border-color: #906B16; }
span { border-color: rgb(144,107,22); }
td.TdClassName
{
border-color: #906B16;
}
.TagClassName
{
border-color: #906B16;
}
</style>