Shades of Golden Brown #96601C
Tints of Golden Brown #96601C
RGB
CMYK
RGB Variations
Color information
#96601C (or 0x96601C) is known color: Golden Brown. HEX triplet: 96, 60 and 1C. RGB value is (150,96,28). Sum of RGB (Red+Green+Blue) = 150+96+28=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96601C is #699FE3. Grayscale: #686868. Windows color (decimal): -6922212 or 1859734. OLE color: 1859734.
HSL color Cylindrical-coordinate representation of color #96601C: hue angle of 33.44º degrees, saturation: 0.69, 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 #96601C is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 28 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.41 |
| HSL | 33.44º | 0.69% | 0.35% | - |
| HSV(B) | 33.44º | 0.81% | 0.59% | - |
| XYZ | 16.97 | 14.93 | 3.09 | - |
| YUV | 104.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 28 | 0 | 0.36 | 0.81 | 0.41 | 33.44 | 0.69 | 0.35 |
| Hex | 96 | 60 | 1C | 0 | 24 | 51 | 29 | 21 | 45 | 23 |
| Octal | 226 | 140 | 34 | 0 | 44 | 121 | 51 | 41 | 105 | 43 |
| Binary | 10010110 | 1100000 | 11100 | 0 | 100100 | 1010001 | 101001 | 100001 | 1000101 | 100011 |
Color Harmonies of #96601C
Complementary color
Monochromatic Colors of #96601C
Black with #96601C
Text Example
Text Example
White with #96601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96601C; }
p { color: rgb(150,96,28); }
H1.HeaderClassName
{
color: #96601C;
}
.AnyTagClassName
{
color: #96601C;
}
</style>
background-color css
<style>
a { background-color: #96601C; }
a { background-color: rgb(150,96,28); }
div.DivClassName
{
background-color: #96601C;
}
.BgClassName
{
background-color: #96601C;
}
</style>
border-color css
<style>
span { border-color: #96601C; }
span { border-color: rgb(150,96,28); }
td.TdClassName
{
border-color: #96601C;
}
.TagClassName
{
border-color: #96601C;
}
</style>