Shades of Golden Brown #906B05
Tints of Golden Brown #906B05
RGB
CMYK
RGB Variations
Color information
#906B05 (or 0x906B05) is known color: Golden Brown. HEX triplet: 90, 6B and 05. RGB value is (144,107,5). Sum of RGB (Red+Green+Blue) = 144+107+5=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #906B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906B05 is #6F94FA. Grayscale: #6A6A6A. Windows color (decimal): -7312635 or 355216. OLE color: 355216.
HSL color Cylindrical-coordinate representation of color #906B05: hue angle of 44.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #906B05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.44 |
| HSL | 44.03º | 0.93% | 0.29% | - |
| HSV(B) | 44.03º | 0.97% | 0.56% | - |
| XYZ | 16.79 | 16.46 | 2.44 | - |
| YUV | 106.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 5 | 0 | 0.26 | 0.97 | 0.44 | 44.03 | 0.93 | 0.29 |
| Hex | 90 | 6B | 5 | 0 | 1A | 61 | 2C | 2C | 5D | 1D |
| Octal | 220 | 153 | 5 | 0 | 32 | 141 | 54 | 54 | 135 | 35 |
| Binary | 10010000 | 1101011 | 101 | 0 | 11010 | 1100001 | 101100 | 101100 | 1011101 | 11101 |
Color Harmonies of #906B05
Complementary color
Monochromatic Colors of #906B05
Black with #906B05
Text Example
Text Example
White with #906B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B05; }
p { color: rgb(144,107,5); }
H1.HeaderClassName
{
color: #906B05;
}
.AnyTagClassName
{
color: #906B05;
}
</style>
background-color css
<style>
a { background-color: #906B05; }
a { background-color: rgb(144,107,5); }
div.DivClassName
{
background-color: #906B05;
}
.BgClassName
{
background-color: #906B05;
}
</style>
border-color css
<style>
span { border-color: #906B05; }
span { border-color: rgb(144,107,5); }
td.TdClassName
{
border-color: #906B05;
}
.TagClassName
{
border-color: #906B05;
}
</style>