Shades of Golden Brown #96670C
Tints of Golden Brown #96670C
RGB
CMYK
RGB Variations
Color information
#96670C (or 0x96670C) is known color: Golden Brown. HEX triplet: 96, 67 and 0C. RGB value is (150,103,12). Sum of RGB (Red+Green+Blue) = 150+103+12=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96670C is #6998F3. Grayscale: #6B6B6B. Windows color (decimal): -6920436 or 812950. OLE color: 812950.
HSL color Cylindrical-coordinate representation of color #96670C: hue angle of 39.57º 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 #96670C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 12 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.41 |
| HSL | 39.57º | 0.85% | 0.32% | - |
| HSV(B) | 39.57º | 0.92% | 0.59% | - |
| XYZ | 17.49 | 16.21 | 2.55 | - |
| YUV | 106.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 12 | 0 | 0.31 | 0.92 | 0.41 | 39.57 | 0.85 | 0.32 |
| Hex | 96 | 67 | C | 0 | 1F | 5C | 29 | 28 | 55 | 20 |
| Octal | 226 | 147 | 14 | 0 | 37 | 134 | 51 | 50 | 125 | 40 |
| Binary | 10010110 | 1100111 | 1100 | 0 | 11111 | 1011100 | 101001 | 101000 | 1010101 | 100000 |
Color Harmonies of #96670C
Complementary color
Monochromatic Colors of #96670C
Black with #96670C
Text Example
Text Example
White with #96670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96670C; }
p { color: rgb(150,103,12); }
H1.HeaderClassName
{
color: #96670C;
}
.AnyTagClassName
{
color: #96670C;
}
</style>
background-color css
<style>
a { background-color: #96670C; }
a { background-color: rgb(150,103,12); }
div.DivClassName
{
background-color: #96670C;
}
.BgClassName
{
background-color: #96670C;
}
</style>
border-color css
<style>
span { border-color: #96670C; }
span { border-color: rgb(150,103,12); }
td.TdClassName
{
border-color: #96670C;
}
.TagClassName
{
border-color: #96670C;
}
</style>