Shades of Golden Brown #966713
Tints of Golden Brown #966713
RGB
CMYK
RGB Variations
Color information
#966713 (or 0x966713) is known color: Golden Brown. HEX triplet: 96, 67 and 13. RGB value is (150,103,19). Sum of RGB (Red+Green+Blue) = 150+103+19=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966713 is #6998EC. Grayscale: #6B6B6B. Windows color (decimal): -6920429 or 1271702. OLE color: 1271702.
HSL color Cylindrical-coordinate representation of color #966713: hue angle of 38.47º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #966713 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 19 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.41 |
| HSL | 38.47º | 0.78% | 0.33% | - |
| HSV(B) | 38.47º | 0.87% | 0.59% | - |
| XYZ | 17.55 | 16.23 | 2.82 | - |
| YUV | 107.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 19 | 0 | 0.31 | 0.87 | 0.41 | 38.47 | 0.78 | 0.33 |
| Hex | 96 | 67 | 13 | 0 | 1F | 57 | 29 | 26 | 4E | 21 |
| Octal | 226 | 147 | 23 | 0 | 37 | 127 | 51 | 46 | 116 | 41 |
| Binary | 10010110 | 1100111 | 10011 | 0 | 11111 | 1010111 | 101001 | 100110 | 1001110 | 100001 |
Color Harmonies of #966713
Complementary color
Monochromatic Colors of #966713
Black with #966713
Text Example
Text Example
White with #966713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966713; }
p { color: rgb(150,103,19); }
H1.HeaderClassName
{
color: #966713;
}
.AnyTagClassName
{
color: #966713;
}
</style>
background-color css
<style>
a { background-color: #966713; }
a { background-color: rgb(150,103,19); }
div.DivClassName
{
background-color: #966713;
}
.BgClassName
{
background-color: #966713;
}
</style>
border-color css
<style>
span { border-color: #966713; }
span { border-color: rgb(150,103,19); }
td.TdClassName
{
border-color: #966713;
}
.TagClassName
{
border-color: #966713;
}
</style>