Shades of Golden Brown #99691F
Tints of Golden Brown #99691F
RGB
CMYK
RGB Variations
Color information
#99691F (or 0x99691F) is known color: Golden Brown. HEX triplet: 99, 69 and 1F. RGB value is (153,105,31). Sum of RGB (Red+Green+Blue) = 153+105+31=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #99691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99691F is #6696E0. Grayscale: #6F6F6F. Windows color (decimal): -6723297 or 2058649. OLE color: 2058649.
HSL color Cylindrical-coordinate representation of color #99691F: hue angle of 36.39º degrees, saturation: 0.66, 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 #99691F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 31 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.4 |
| HSL | 36.39º | 0.66% | 0.36% | - |
| HSV(B) | 36.39º | 0.8% | 0.6% | - |
| XYZ | 18.44 | 16.97 | 3.6 | - |
| YUV | 110.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 31 | 0 | 0.31 | 0.80 | 0.4 | 36.39 | 0.66 | 0.36 |
| Hex | 99 | 69 | 1F | 0 | 1F | 50 | 28 | 24 | 42 | 24 |
| Octal | 231 | 151 | 37 | 0 | 37 | 120 | 50 | 44 | 102 | 44 |
| Binary | 10011001 | 1101001 | 11111 | 0 | 11111 | 1010000 | 101000 | 100100 | 1000010 | 100100 |
Color Harmonies of #99691F
Complementary color
Monochromatic Colors of #99691F
Black with #99691F
Text Example
Text Example
White with #99691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99691F; }
p { color: rgb(153,105,31); }
H1.HeaderClassName
{
color: #99691F;
}
.AnyTagClassName
{
color: #99691F;
}
</style>
background-color css
<style>
a { background-color: #99691F; }
a { background-color: rgb(153,105,31); }
div.DivClassName
{
background-color: #99691F;
}
.BgClassName
{
background-color: #99691F;
}
</style>
border-color css
<style>
span { border-color: #99691F; }
span { border-color: rgb(153,105,31); }
td.TdClassName
{
border-color: #99691F;
}
.TagClassName
{
border-color: #99691F;
}
</style>