Shades of Golden Brown #96640F
Tints of Golden Brown #96640F
RGB
CMYK
RGB Variations
Color information
#96640F (or 0x96640F) is known color: Golden Brown. HEX triplet: 96, 64 and 0F. RGB value is (150,100,15). Sum of RGB (Red+Green+Blue) = 150+100+15=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96640F is #699BF0. Grayscale: #696969. Windows color (decimal): -6921201 or 1008790. OLE color: 1008790.
HSL color Cylindrical-coordinate representation of color #96640F: hue angle of 37.78º 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 #96640F is Cyan = 0, Magento = 0.33, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 15 | - |
| CMYK | 0 | 0.33 | 0.9 | 0.41 |
| HSL | 37.78º | 0.82% | 0.32% | - |
| HSV(B) | 37.78º | 0.9% | 0.59% | - |
| XYZ | 17.22 | 15.63 | 2.56 | - |
| YUV | 105.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 15 | 0 | 0.33 | 0.9 | 0.41 | 37.78 | 0.82 | 0.32 |
| Hex | 96 | 64 | F | 0 | 21 | 5A | 29 | 26 | 52 | 20 |
| Octal | 226 | 144 | 17 | 0 | 41 | 132 | 51 | 46 | 122 | 40 |
| Binary | 10010110 | 1100100 | 1111 | 0 | 100001 | 1011010 | 101001 | 100110 | 1010010 | 100000 |
Color Harmonies of #96640F
Complementary color
Monochromatic Colors of #96640F
Black with #96640F
Text Example
Text Example
White with #96640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96640F; }
p { color: rgb(150,100,15); }
H1.HeaderClassName
{
color: #96640F;
}
.AnyTagClassName
{
color: #96640F;
}
</style>
background-color css
<style>
a { background-color: #96640F; }
a { background-color: rgb(150,100,15); }
div.DivClassName
{
background-color: #96640F;
}
.BgClassName
{
background-color: #96640F;
}
</style>
border-color css
<style>
span { border-color: #96640F; }
span { border-color: rgb(150,100,15); }
td.TdClassName
{
border-color: #96640F;
}
.TagClassName
{
border-color: #96640F;
}
</style>