Shades of Golden Brown #96601D
Tints of Golden Brown #96601D
RGB
CMYK
RGB Variations
Color information
#96601D (or 0x96601D) is known color: Golden Brown. HEX triplet: 96, 60 and 1D. RGB value is (150,96,29). Sum of RGB (Red+Green+Blue) = 150+96+29=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96601D is #699FE2. Grayscale: #686868. Windows color (decimal): -6922211 or 1925270. OLE color: 1925270.
HSL color Cylindrical-coordinate representation of color #96601D: hue angle of 33.22º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96601D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 29 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.41 |
| HSL | 33.22º | 0.68% | 0.35% | - |
| HSV(B) | 33.22º | 0.81% | 0.59% | - |
| XYZ | 16.98 | 14.94 | 3.15 | - |
| YUV | 104.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 29 | 0 | 0.36 | 0.81 | 0.41 | 33.22 | 0.68 | 0.35 |
| Hex | 96 | 60 | 1D | 0 | 24 | 51 | 29 | 21 | 44 | 23 |
| Octal | 226 | 140 | 35 | 0 | 44 | 121 | 51 | 41 | 104 | 43 |
| Binary | 10010110 | 1100000 | 11101 | 0 | 100100 | 1010001 | 101001 | 100001 | 1000100 | 100011 |
Color Harmonies of #96601D
Complementary color
Monochromatic Colors of #96601D
Black with #96601D
Text Example
Text Example
White with #96601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96601D; }
p { color: rgb(150,96,29); }
H1.HeaderClassName
{
color: #96601D;
}
.AnyTagClassName
{
color: #96601D;
}
</style>
background-color css
<style>
a { background-color: #96601D; }
a { background-color: rgb(150,96,29); }
div.DivClassName
{
background-color: #96601D;
}
.BgClassName
{
background-color: #96601D;
}
</style>
border-color css
<style>
span { border-color: #96601D; }
span { border-color: rgb(150,96,29); }
td.TdClassName
{
border-color: #96601D;
}
.TagClassName
{
border-color: #96601D;
}
</style>