Shades of Golden Brown #99600F
Tints of Golden Brown #99600F
RGB
CMYK
RGB Variations
Color information
#99600F (or 0x99600F) is known color: Golden Brown. HEX triplet: 99, 60 and 0F. RGB value is (153,96,15). Sum of RGB (Red+Green+Blue) = 153+96+15=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99600F is #669FF0. Grayscale: #686868. Windows color (decimal): -6725617 or 1007769. OLE color: 1007769.
HSL color Cylindrical-coordinate representation of color #99600F: hue angle of 35.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99600F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 15 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.4 |
| HSL | 35.22º | 0.82% | 0.33% | - |
| HSV(B) | 35.22º | 0.9% | 0.6% | - |
| XYZ | 17.41 | 15.17 | 2.46 | - |
| YUV | 103.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 15 | 0 | 0.37 | 0.90 | 0.4 | 35.22 | 0.82 | 0.33 |
| Hex | 99 | 60 | F | 0 | 25 | 5A | 28 | 23 | 52 | 21 |
| Octal | 231 | 140 | 17 | 0 | 45 | 132 | 50 | 43 | 122 | 41 |
| Binary | 10011001 | 1100000 | 1111 | 0 | 100101 | 1011010 | 101000 | 100011 | 1010010 | 100001 |
Color Harmonies of #99600F
Complementary color
Monochromatic Colors of #99600F
Black with #99600F
Text Example
Text Example
White with #99600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99600F; }
p { color: rgb(153,96,15); }
H1.HeaderClassName
{
color: #99600F;
}
.AnyTagClassName
{
color: #99600F;
}
</style>
background-color css
<style>
a { background-color: #99600F; }
a { background-color: rgb(153,96,15); }
div.DivClassName
{
background-color: #99600F;
}
.BgClassName
{
background-color: #99600F;
}
</style>
border-color css
<style>
span { border-color: #99600F; }
span { border-color: rgb(153,96,15); }
td.TdClassName
{
border-color: #99600F;
}
.TagClassName
{
border-color: #99600F;
}
</style>