Shades of Golden Brown #967003
Tints of Golden Brown #967003
RGB
CMYK
RGB Variations
Color information
#967003 (or 0x967003) is known color: Golden Brown. HEX triplet: 96, 70 and 03. RGB value is (150,112,3). Sum of RGB (Red+Green+Blue) = 150+112+3=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #967003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967003 is #698FFC. Grayscale: #6F6F6F. Windows color (decimal): -6918141 or 225430. OLE color: 225430.
HSL color Cylindrical-coordinate representation of color #967003: hue angle of 44.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #967003 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.41 |
| HSL | 44.49º | 0.96% | 0.3% | - |
| HSV(B) | 44.49º | 0.98% | 0.59% | - |
| XYZ | 18.39 | 18.08 | 2.61 | - |
| YUV | 110.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 3 | 0 | 0.25 | 0.98 | 0.41 | 44.49 | 0.96 | 0.3 |
| Hex | 96 | 70 | 3 | 0 | 19 | 62 | 29 | 2C | 60 | 1E |
| Octal | 226 | 160 | 3 | 0 | 31 | 142 | 51 | 54 | 140 | 36 |
| Binary | 10010110 | 1110000 | 11 | 0 | 11001 | 1100010 | 101001 | 101100 | 1100000 | 11110 |
Color Harmonies of #967003
Complementary color
Monochromatic Colors of #967003
Black with #967003
Text Example
Text Example
White with #967003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967003; }
p { color: rgb(150,112,3); }
H1.HeaderClassName
{
color: #967003;
}
.AnyTagClassName
{
color: #967003;
}
</style>
background-color css
<style>
a { background-color: #967003; }
a { background-color: rgb(150,112,3); }
div.DivClassName
{
background-color: #967003;
}
.BgClassName
{
background-color: #967003;
}
</style>
border-color css
<style>
span { border-color: #967003; }
span { border-color: rgb(150,112,3); }
td.TdClassName
{
border-color: #967003;
}
.TagClassName
{
border-color: #967003;
}
</style>