Shades of Golden Brown #96670F
Tints of Golden Brown #96670F
RGB
CMYK
RGB Variations
Color information
#96670F (or 0x96670F) is known color: Golden Brown. HEX triplet: 96, 67 and 0F. RGB value is (150,103,15). Sum of RGB (Red+Green+Blue) = 150+103+15=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96670F is #6998F0. Grayscale: #6B6B6B. Windows color (decimal): -6920433 or 1009558. OLE color: 1009558.
HSL color Cylindrical-coordinate representation of color #96670F: hue angle of 39.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96670F is Cyan = 0, Magento = 0.31, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 15 | - |
| CMYK | 0 | 0.31 | 0.9 | 0.41 |
| HSL | 39.11º | 0.82% | 0.32% | - |
| HSV(B) | 39.11º | 0.9% | 0.59% | - |
| XYZ | 17.51 | 16.22 | 2.66 | - |
| YUV | 107.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 15 | 0 | 0.31 | 0.9 | 0.41 | 39.11 | 0.82 | 0.32 |
| Hex | 96 | 67 | F | 0 | 1F | 5A | 29 | 27 | 52 | 20 |
| Octal | 226 | 147 | 17 | 0 | 37 | 132 | 51 | 47 | 122 | 40 |
| Binary | 10010110 | 1100111 | 1111 | 0 | 11111 | 1011010 | 101001 | 100111 | 1010010 | 100000 |
Color Harmonies of #96670F
Complementary color
Monochromatic Colors of #96670F
Black with #96670F
Text Example
Text Example
White with #96670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96670F; }
p { color: rgb(150,103,15); }
H1.HeaderClassName
{
color: #96670F;
}
.AnyTagClassName
{
color: #96670F;
}
</style>
background-color css
<style>
a { background-color: #96670F; }
a { background-color: rgb(150,103,15); }
div.DivClassName
{
background-color: #96670F;
}
.BgClassName
{
background-color: #96670F;
}
</style>
border-color css
<style>
span { border-color: #96670F; }
span { border-color: rgb(150,103,15); }
td.TdClassName
{
border-color: #96670F;
}
.TagClassName
{
border-color: #96670F;
}
</style>