Shades of Golden Brown #966419
Tints of Golden Brown #966419
RGB
CMYK
RGB Variations
Color information
#966419 (or 0x966419) is known color: Golden Brown. HEX triplet: 96, 64 and 19. RGB value is (150,100,25). Sum of RGB (Red+Green+Blue) = 150+100+25=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966419 is #699BE6. Grayscale: #6A6A6A. Windows color (decimal): -6921191 or 1664150. OLE color: 1664150.
HSL color Cylindrical-coordinate representation of color #966419: hue angle of 36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #966419 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 25 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.41 |
| HSL | 36º | 0.71% | 0.34% | - |
| HSV(B) | 36º | 0.83% | 0.59% | - |
| XYZ | 17.31 | 15.67 | 3.03 | - |
| YUV | 106.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 25 | 0 | 0.33 | 0.83 | 0.41 | 36 | 0.71 | 0.34 |
| Hex | 96 | 64 | 19 | 0 | 21 | 53 | 29 | 24 | 47 | 22 |
| Octal | 226 | 144 | 31 | 0 | 41 | 123 | 51 | 44 | 107 | 42 |
| Binary | 10010110 | 1100100 | 11001 | 0 | 100001 | 1010011 | 101001 | 100100 | 1000111 | 100010 |
Color Harmonies of #966419
Complementary color
Monochromatic Colors of #966419
Black with #966419
Text Example
Text Example
White with #966419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966419; }
p { color: rgb(150,100,25); }
H1.HeaderClassName
{
color: #966419;
}
.AnyTagClassName
{
color: #966419;
}
</style>
background-color css
<style>
a { background-color: #966419; }
a { background-color: rgb(150,100,25); }
div.DivClassName
{
background-color: #966419;
}
.BgClassName
{
background-color: #966419;
}
</style>
border-color css
<style>
span { border-color: #966419; }
span { border-color: rgb(150,100,25); }
td.TdClassName
{
border-color: #966419;
}
.TagClassName
{
border-color: #966419;
}
</style>