Shades of Golden Brown #99701A
Tints of Golden Brown #99701A
RGB
CMYK
RGB Variations
Color information
#99701A (or 0x99701A) is known color: Golden Brown. HEX triplet: 99, 70 and 1A. RGB value is (153,112,26). Sum of RGB (Red+Green+Blue) = 153+112+26=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #99701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99701A is #668FE5. Grayscale: #727272. Windows color (decimal): -6721510 or 1732761. OLE color: 1732761.
HSL color Cylindrical-coordinate representation of color #99701A: hue angle of 40.63º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99701A is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 26 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.4 |
| HSL | 40.63º | 0.71% | 0.35% | - |
| HSV(B) | 40.63º | 0.83% | 0.6% | - |
| XYZ | 19.12 | 18.44 | 3.53 | - |
| YUV | 114.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 26 | 0 | 0.27 | 0.83 | 0.4 | 40.63 | 0.71 | 0.35 |
| Hex | 99 | 70 | 1A | 0 | 1B | 53 | 28 | 29 | 47 | 23 |
| Octal | 231 | 160 | 32 | 0 | 33 | 123 | 50 | 51 | 107 | 43 |
| Binary | 10011001 | 1110000 | 11010 | 0 | 11011 | 1010011 | 101000 | 101001 | 1000111 | 100011 |
Color Harmonies of #99701A
Complementary color
Monochromatic Colors of #99701A
Black with #99701A
Text Example
Text Example
White with #99701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99701A; }
p { color: rgb(153,112,26); }
H1.HeaderClassName
{
color: #99701A;
}
.AnyTagClassName
{
color: #99701A;
}
</style>
background-color css
<style>
a { background-color: #99701A; }
a { background-color: rgb(153,112,26); }
div.DivClassName
{
background-color: #99701A;
}
.BgClassName
{
background-color: #99701A;
}
</style>
border-color css
<style>
span { border-color: #99701A; }
span { border-color: rgb(153,112,26); }
td.TdClassName
{
border-color: #99701A;
}
.TagClassName
{
border-color: #99701A;
}
</style>