Shades of Golden Brown #99690F
Tints of Golden Brown #99690F
RGB
CMYK
RGB Variations
Color information
#99690F (or 0x99690F) is known color: Golden Brown. HEX triplet: 99, 69 and 0F. RGB value is (153,105,15). Sum of RGB (Red+Green+Blue) = 153+105+15=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #99690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99690F is #6696F0. Grayscale: #6D6D6D. Windows color (decimal): -6723313 or 1010073. OLE color: 1010073.
HSL color Cylindrical-coordinate representation of color #99690F: hue angle of 39.13º 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 #99690F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 15 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.4 |
| HSL | 39.13º | 0.82% | 0.33% | - |
| HSV(B) | 39.13º | 0.9% | 0.6% | - |
| XYZ | 18.27 | 16.91 | 2.75 | - |
| YUV | 109.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 15 | 0 | 0.31 | 0.90 | 0.4 | 39.13 | 0.82 | 0.33 |
| Hex | 99 | 69 | F | 0 | 1F | 5A | 28 | 27 | 52 | 21 |
| Octal | 231 | 151 | 17 | 0 | 37 | 132 | 50 | 47 | 122 | 41 |
| Binary | 10011001 | 1101001 | 1111 | 0 | 11111 | 1011010 | 101000 | 100111 | 1010010 | 100001 |
Color Harmonies of #99690F
Complementary color
Monochromatic Colors of #99690F
Black with #99690F
Text Example
Text Example
White with #99690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99690F; }
p { color: rgb(153,105,15); }
H1.HeaderClassName
{
color: #99690F;
}
.AnyTagClassName
{
color: #99690F;
}
</style>
background-color css
<style>
a { background-color: #99690F; }
a { background-color: rgb(153,105,15); }
div.DivClassName
{
background-color: #99690F;
}
.BgClassName
{
background-color: #99690F;
}
</style>
border-color css
<style>
span { border-color: #99690F; }
span { border-color: rgb(153,105,15); }
td.TdClassName
{
border-color: #99690F;
}
.TagClassName
{
border-color: #99690F;
}
</style>