Shades of Golden Brown #916403
Tints of Golden Brown #916403
RGB
CMYK
RGB Variations
Color information
#916403 (or 0x916403) is known color: Golden Brown. HEX triplet: 91, 64 and 03. RGB value is (145,100,3). Sum of RGB (Red+Green+Blue) = 145+100+3=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916403 is #6E9BFC. Grayscale: #666666. Windows color (decimal): -7248893 or 222353. OLE color: 222353.
HSL color Cylindrical-coordinate representation of color #916403: hue angle of 40.99º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #916403 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.43 |
| HSL | 40.99º | 0.96% | 0.29% | - |
| HSV(B) | 40.99º | 0.98% | 0.57% | - |
| XYZ | 16.25 | 15.14 | 2.15 | - |
| YUV | 102.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 3 | 0 | 0.31 | 0.98 | 0.43 | 40.99 | 0.96 | 0.29 |
| Hex | 91 | 64 | 3 | 0 | 1F | 62 | 2B | 29 | 60 | 1D |
| Octal | 221 | 144 | 3 | 0 | 37 | 142 | 53 | 51 | 140 | 35 |
| Binary | 10010001 | 1100100 | 11 | 0 | 11111 | 1100010 | 101011 | 101001 | 1100000 | 11101 |
Color Harmonies of #916403
Complementary color
Monochromatic Colors of #916403
Black with #916403
Text Example
Text Example
White with #916403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916403; }
p { color: rgb(145,100,3); }
H1.HeaderClassName
{
color: #916403;
}
.AnyTagClassName
{
color: #916403;
}
</style>
background-color css
<style>
a { background-color: #916403; }
a { background-color: rgb(145,100,3); }
div.DivClassName
{
background-color: #916403;
}
.BgClassName
{
background-color: #916403;
}
</style>
border-color css
<style>
span { border-color: #916403; }
span { border-color: rgb(145,100,3); }
td.TdClassName
{
border-color: #916403;
}
.TagClassName
{
border-color: #916403;
}
</style>