Shades of Golden Brown #916919
Tints of Golden Brown #916919
RGB
CMYK
RGB Variations
Color information
#916919 (or 0x916919) is known color: Golden Brown. HEX triplet: 91, 69 and 19. RGB value is (145,105,25). Sum of RGB (Red+Green+Blue) = 145+105+25=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #916919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916919 is #6E96E6. Grayscale: #6C6C6C. Windows color (decimal): -7247591 or 1665425. OLE color: 1665425.
HSL color Cylindrical-coordinate representation of color #916919: hue angle of 40º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #916919 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 25 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.43 |
| HSL | 40º | 0.71% | 0.33% | - |
| HSV(B) | 40º | 0.83% | 0.57% | - |
| XYZ | 16.9 | 16.19 | 3.15 | - |
| YUV | 107.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 25 | 0 | 0.28 | 0.83 | 0.43 | 40 | 0.71 | 0.33 |
| Hex | 91 | 69 | 19 | 0 | 1C | 53 | 2B | 28 | 47 | 21 |
| Octal | 221 | 151 | 31 | 0 | 34 | 123 | 53 | 50 | 107 | 41 |
| Binary | 10010001 | 1101001 | 11001 | 0 | 11100 | 1010011 | 101011 | 101000 | 1000111 | 100001 |
Color Harmonies of #916919
Complementary color
Monochromatic Colors of #916919
Black with #916919
Text Example
Text Example
White with #916919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916919; }
p { color: rgb(145,105,25); }
H1.HeaderClassName
{
color: #916919;
}
.AnyTagClassName
{
color: #916919;
}
</style>
background-color css
<style>
a { background-color: #916919; }
a { background-color: rgb(145,105,25); }
div.DivClassName
{
background-color: #916919;
}
.BgClassName
{
background-color: #916919;
}
</style>
border-color css
<style>
span { border-color: #916919; }
span { border-color: rgb(145,105,25); }
td.TdClassName
{
border-color: #916919;
}
.TagClassName
{
border-color: #916919;
}
</style>