Shades of Golden Brown #99681E
Tints of Golden Brown #99681E
RGB
CMYK
RGB Variations
Color information
#99681E (or 0x99681E) is known color: Golden Brown. HEX triplet: 99, 68 and 1E. RGB value is (153,104,30). Sum of RGB (Red+Green+Blue) = 153+104+30=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99681E is #6697E1. Grayscale: #6E6E6E. Windows color (decimal): -6723554 or 1992857. OLE color: 1992857.
HSL color Cylindrical-coordinate representation of color #99681E: hue angle of 36.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99681E is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 30 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.4 |
| HSL | 36.1º | 0.67% | 0.36% | - |
| HSV(B) | 36.1º | 0.8% | 0.6% | - |
| XYZ | 18.32 | 16.77 | 3.5 | - |
| YUV | 110.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 30 | 0 | 0.32 | 0.80 | 0.4 | 36.1 | 0.67 | 0.36 |
| Hex | 99 | 68 | 1E | 0 | 20 | 50 | 28 | 24 | 43 | 24 |
| Octal | 231 | 150 | 36 | 0 | 40 | 120 | 50 | 44 | 103 | 44 |
| Binary | 10011001 | 1101000 | 11110 | 0 | 100000 | 1010000 | 101000 | 100100 | 1000011 | 100100 |
Color Harmonies of #99681E
Complementary color
Monochromatic Colors of #99681E
Black with #99681E
Text Example
Text Example
White with #99681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99681E; }
p { color: rgb(153,104,30); }
H1.HeaderClassName
{
color: #99681E;
}
.AnyTagClassName
{
color: #99681E;
}
</style>
background-color css
<style>
a { background-color: #99681E; }
a { background-color: rgb(153,104,30); }
div.DivClassName
{
background-color: #99681E;
}
.BgClassName
{
background-color: #99681E;
}
</style>
border-color css
<style>
span { border-color: #99681E; }
span { border-color: rgb(153,104,30); }
td.TdClassName
{
border-color: #99681E;
}
.TagClassName
{
border-color: #99681E;
}
</style>