Shades of Golden Brown #99690D
Tints of Golden Brown #99690D
RGB
CMYK
RGB Variations
Color information
#99690D (or 0x99690D) is known color: Golden Brown. HEX triplet: 99, 69 and 0D. RGB value is (153,105,13). Sum of RGB (Red+Green+Blue) = 153+105+13=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99690D is #6696F2. Grayscale: #6D6D6D. Windows color (decimal): -6723315 or 879001. OLE color: 879001.
HSL color Cylindrical-coordinate representation of color #99690D: hue angle of 39.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99690D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.4 |
| HSL | 39.43º | 0.84% | 0.33% | - |
| HSV(B) | 39.43º | 0.92% | 0.6% | - |
| XYZ | 18.26 | 16.9 | 2.68 | - |
| YUV | 108.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 13 | 0 | 0.31 | 0.92 | 0.4 | 39.43 | 0.84 | 0.33 |
| Hex | 99 | 69 | D | 0 | 1F | 5C | 28 | 27 | 54 | 21 |
| Octal | 231 | 151 | 15 | 0 | 37 | 134 | 50 | 47 | 124 | 41 |
| Binary | 10011001 | 1101001 | 1101 | 0 | 11111 | 1011100 | 101000 | 100111 | 1010100 | 100001 |
Color Harmonies of #99690D
Complementary color
Monochromatic Colors of #99690D
Black with #99690D
Text Example
Text Example
White with #99690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99690D; }
p { color: rgb(153,105,13); }
H1.HeaderClassName
{
color: #99690D;
}
.AnyTagClassName
{
color: #99690D;
}
</style>
background-color css
<style>
a { background-color: #99690D; }
a { background-color: rgb(153,105,13); }
div.DivClassName
{
background-color: #99690D;
}
.BgClassName
{
background-color: #99690D;
}
</style>
border-color css
<style>
span { border-color: #99690D; }
span { border-color: rgb(153,105,13); }
td.TdClassName
{
border-color: #99690D;
}
.TagClassName
{
border-color: #99690D;
}
</style>