Shades of Golden Brown #966A1F
Tints of Golden Brown #966A1F
RGB
CMYK
RGB Variations
Color information
#966A1F (or 0x966A1F) is known color: Golden Brown. HEX triplet: 96, 6A and 1F. RGB value is (150,106,31). Sum of RGB (Red+Green+Blue) = 150+106+31=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #966A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A1F is #6995E0. Grayscale: #6E6E6E. Windows color (decimal): -6919649 or 2058902. OLE color: 2058902.
HSL color Cylindrical-coordinate representation of color #966A1F: hue angle of 37.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966A1F is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 31 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.41 |
| HSL | 37.82º | 0.66% | 0.35% | - |
| HSV(B) | 37.82º | 0.79% | 0.59% | - |
| XYZ | 17.98 | 16.89 | 3.61 | - |
| YUV | 110.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 31 | 0 | 0.29 | 0.79 | 0.41 | 37.82 | 0.66 | 0.35 |
| Hex | 96 | 6A | 1F | 0 | 1D | 4F | 29 | 26 | 42 | 23 |
| Octal | 226 | 152 | 37 | 0 | 35 | 117 | 51 | 46 | 102 | 43 |
| Binary | 10010110 | 1101010 | 11111 | 0 | 11101 | 1001111 | 101001 | 100110 | 1000010 | 100011 |
Color Harmonies of #966A1F
Complementary color
Monochromatic Colors of #966A1F
Black with #966A1F
Text Example
Text Example
White with #966A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A1F; }
p { color: rgb(150,106,31); }
H1.HeaderClassName
{
color: #966A1F;
}
.AnyTagClassName
{
color: #966A1F;
}
</style>
background-color css
<style>
a { background-color: #966A1F; }
a { background-color: rgb(150,106,31); }
div.DivClassName
{
background-color: #966A1F;
}
.BgClassName
{
background-color: #966A1F;
}
</style>
border-color css
<style>
span { border-color: #966A1F; }
span { border-color: rgb(150,106,31); }
td.TdClassName
{
border-color: #966A1F;
}
.TagClassName
{
border-color: #966A1F;
}
</style>