Shades of Golden Brown #96680C
Tints of Golden Brown #96680C
RGB
CMYK
RGB Variations
Color information
#96680C (or 0x96680C) is known color: Golden Brown. HEX triplet: 96, 68 and 0C. RGB value is (150,104,12). Sum of RGB (Red+Green+Blue) = 150+104+12=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96680C is #6997F3. Grayscale: #6B6B6B. Windows color (decimal): -6920180 or 813206. OLE color: 813206.
HSL color Cylindrical-coordinate representation of color #96680C: hue angle of 40º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96680C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 12 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.41 |
| HSL | 40º | 0.85% | 0.32% | - |
| HSV(B) | 40º | 0.92% | 0.59% | - |
| XYZ | 17.59 | 16.41 | 2.59 | - |
| YUV | 107.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 12 | 0 | 0.31 | 0.92 | 0.41 | 40 | 0.85 | 0.32 |
| Hex | 96 | 68 | C | 0 | 1F | 5C | 29 | 28 | 55 | 20 |
| Octal | 226 | 150 | 14 | 0 | 37 | 134 | 51 | 50 | 125 | 40 |
| Binary | 10010110 | 1101000 | 1100 | 0 | 11111 | 1011100 | 101001 | 101000 | 1010101 | 100000 |
Color Harmonies of #96680C
Complementary color
Monochromatic Colors of #96680C
Black with #96680C
Text Example
Text Example
White with #96680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96680C; }
p { color: rgb(150,104,12); }
H1.HeaderClassName
{
color: #96680C;
}
.AnyTagClassName
{
color: #96680C;
}
</style>
background-color css
<style>
a { background-color: #96680C; }
a { background-color: rgb(150,104,12); }
div.DivClassName
{
background-color: #96680C;
}
.BgClassName
{
background-color: #96680C;
}
</style>
border-color css
<style>
span { border-color: #96680C; }
span { border-color: rgb(150,104,12); }
td.TdClassName
{
border-color: #96680C;
}
.TagClassName
{
border-color: #96680C;
}
</style>