Shades of Golden Brown #916B05
Tints of Golden Brown #916B05
RGB
CMYK
RGB Variations
Color information
#916B05 (or 0x916B05) is known color: Golden Brown. HEX triplet: 91, 6B and 05. RGB value is (145,107,5). Sum of RGB (Red+Green+Blue) = 145+107+5=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #916B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B05 is #6E94FA. Grayscale: #6B6B6B. Windows color (decimal): -7247099 or 355217. OLE color: 355217.
HSL color Cylindrical-coordinate representation of color #916B05: hue angle of 43.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #916B05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.43 |
| HSL | 43.71º | 0.93% | 0.29% | - |
| HSV(B) | 43.71º | 0.97% | 0.57% | - |
| XYZ | 16.96 | 16.55 | 2.44 | - |
| YUV | 106.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 5 | 0 | 0.26 | 0.97 | 0.43 | 43.71 | 0.93 | 0.29 |
| Hex | 91 | 6B | 5 | 0 | 1A | 61 | 2B | 2C | 5D | 1D |
| Octal | 221 | 153 | 5 | 0 | 32 | 141 | 53 | 54 | 135 | 35 |
| Binary | 10010001 | 1101011 | 101 | 0 | 11010 | 1100001 | 101011 | 101100 | 1011101 | 11101 |
Color Harmonies of #916B05
Complementary color
Monochromatic Colors of #916B05
Black with #916B05
Text Example
Text Example
White with #916B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B05; }
p { color: rgb(145,107,5); }
H1.HeaderClassName
{
color: #916B05;
}
.AnyTagClassName
{
color: #916B05;
}
</style>
background-color css
<style>
a { background-color: #916B05; }
a { background-color: rgb(145,107,5); }
div.DivClassName
{
background-color: #916B05;
}
.BgClassName
{
background-color: #916B05;
}
</style>
border-color css
<style>
span { border-color: #916B05; }
span { border-color: rgb(145,107,5); }
td.TdClassName
{
border-color: #916B05;
}
.TagClassName
{
border-color: #916B05;
}
</style>