Shades of Golden Brown #99701D
Tints of Golden Brown #99701D
RGB
CMYK
RGB Variations
Color information
#99701D (or 0x99701D) is known color: Golden Brown. HEX triplet: 99, 70 and 1D. RGB value is (153,112,29). Sum of RGB (Red+Green+Blue) = 153+112+29=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99701D is #668FE2. Grayscale: #737373. Windows color (decimal): -6721507 or 1929369. OLE color: 1929369.
HSL color Cylindrical-coordinate representation of color #99701D: hue angle of 40.16º 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 #99701D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 29 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.4 |
| HSL | 40.16º | 0.68% | 0.36% | - |
| HSV(B) | 40.16º | 0.81% | 0.6% | - |
| XYZ | 19.15 | 18.45 | 3.71 | - |
| YUV | 114.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 29 | 0 | 0.27 | 0.81 | 0.4 | 40.16 | 0.68 | 0.36 |
| Hex | 99 | 70 | 1D | 0 | 1B | 51 | 28 | 28 | 44 | 24 |
| Octal | 231 | 160 | 35 | 0 | 33 | 121 | 50 | 50 | 104 | 44 |
| Binary | 10011001 | 1110000 | 11101 | 0 | 11011 | 1010001 | 101000 | 101000 | 1000100 | 100100 |
Color Harmonies of #99701D
Complementary color
Monochromatic Colors of #99701D
Black with #99701D
Text Example
Text Example
White with #99701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99701D; }
p { color: rgb(153,112,29); }
H1.HeaderClassName
{
color: #99701D;
}
.AnyTagClassName
{
color: #99701D;
}
</style>
background-color css
<style>
a { background-color: #99701D; }
a { background-color: rgb(153,112,29); }
div.DivClassName
{
background-color: #99701D;
}
.BgClassName
{
background-color: #99701D;
}
</style>
border-color css
<style>
span { border-color: #99701D; }
span { border-color: rgb(153,112,29); }
td.TdClassName
{
border-color: #99701D;
}
.TagClassName
{
border-color: #99701D;
}
</style>