Shades of Golden Brown #956F03
Tints of Golden Brown #956F03
RGB
CMYK
RGB Variations
Color information
#956F03 (or 0x956F03) is known color: Golden Brown. HEX triplet: 95, 6F and 03. RGB value is (149,111,3). Sum of RGB (Red+Green+Blue) = 149+111+3=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F03 is #6A90FC. Grayscale: #6E6E6E. Windows color (decimal): -6983933 or 225173. OLE color: 225173.
HSL color Cylindrical-coordinate representation of color #956F03: hue angle of 44.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #956F03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.42 |
| HSL | 44.38º | 0.96% | 0.3% | - |
| HSV(B) | 44.38º | 0.98% | 0.58% | - |
| XYZ | 18.1 | 17.77 | 2.56 | - |
| YUV | 110.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 3 | 0 | 0.26 | 0.98 | 0.42 | 44.38 | 0.96 | 0.3 |
| Hex | 95 | 6F | 3 | 0 | 1A | 62 | 2A | 2C | 60 | 1E |
| Octal | 225 | 157 | 3 | 0 | 32 | 142 | 52 | 54 | 140 | 36 |
| Binary | 10010101 | 1101111 | 11 | 0 | 11010 | 1100010 | 101010 | 101100 | 1100000 | 11110 |
Color Harmonies of #956F03
Complementary color
Monochromatic Colors of #956F03
Black with #956F03
Text Example
Text Example
White with #956F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F03; }
p { color: rgb(149,111,3); }
H1.HeaderClassName
{
color: #956F03;
}
.AnyTagClassName
{
color: #956F03;
}
</style>
background-color css
<style>
a { background-color: #956F03; }
a { background-color: rgb(149,111,3); }
div.DivClassName
{
background-color: #956F03;
}
.BgClassName
{
background-color: #956F03;
}
</style>
border-color css
<style>
span { border-color: #956F03; }
span { border-color: rgb(149,111,3); }
td.TdClassName
{
border-color: #956F03;
}
.TagClassName
{
border-color: #956F03;
}
</style>