Shades of Golden Brown #99691D
Tints of Golden Brown #99691D
RGB
CMYK
RGB Variations
Color information
#99691D (or 0x99691D) is known color: Golden Brown. HEX triplet: 99, 69 and 1D. RGB value is (153,105,29). Sum of RGB (Red+Green+Blue) = 153+105+29=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99691D is #6696E2. Grayscale: #6F6F6F. Windows color (decimal): -6723299 or 1927577. OLE color: 1927577.
HSL color Cylindrical-coordinate representation of color #99691D: hue angle of 36.77º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99691D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 29 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.4 |
| HSL | 36.77º | 0.68% | 0.36% | - |
| HSV(B) | 36.77º | 0.81% | 0.6% | - |
| XYZ | 18.41 | 16.96 | 3.47 | - |
| YUV | 110.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 29 | 0 | 0.31 | 0.81 | 0.4 | 36.77 | 0.68 | 0.36 |
| Hex | 99 | 69 | 1D | 0 | 1F | 51 | 28 | 25 | 44 | 24 |
| Octal | 231 | 151 | 35 | 0 | 37 | 121 | 50 | 45 | 104 | 44 |
| Binary | 10011001 | 1101001 | 11101 | 0 | 11111 | 1010001 | 101000 | 100101 | 1000100 | 100100 |
Color Harmonies of #99691D
Complementary color
Monochromatic Colors of #99691D
Black with #99691D
Text Example
Text Example
White with #99691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99691D; }
p { color: rgb(153,105,29); }
H1.HeaderClassName
{
color: #99691D;
}
.AnyTagClassName
{
color: #99691D;
}
</style>
background-color css
<style>
a { background-color: #99691D; }
a { background-color: rgb(153,105,29); }
div.DivClassName
{
background-color: #99691D;
}
.BgClassName
{
background-color: #99691D;
}
</style>
border-color css
<style>
span { border-color: #99691D; }
span { border-color: rgb(153,105,29); }
td.TdClassName
{
border-color: #99691D;
}
.TagClassName
{
border-color: #99691D;
}
</style>