Shades of Golden Brown #99641E
Tints of Golden Brown #99641E
RGB
CMYK
RGB Variations
Color information
#99641E (or 0x99641E) is known color: Golden Brown. HEX triplet: 99, 64 and 1E. RGB value is (153,100,30). Sum of RGB (Red+Green+Blue) = 153+100+30=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99641E is #669BE1. Grayscale: #6C6C6C. Windows color (decimal): -6724578 or 1991833. OLE color: 1991833.
HSL color Cylindrical-coordinate representation of color #99641E: hue angle of 34.15º degrees, saturation: 0.67, 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 #99641E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 30 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.4 |
| HSL | 34.15º | 0.67% | 0.36% | - |
| HSV(B) | 34.15º | 0.8% | 0.6% | - |
| XYZ | 17.93 | 15.98 | 3.37 | - |
| YUV | 107.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 30 | 0 | 0.35 | 0.80 | 0.4 | 34.15 | 0.67 | 0.36 |
| Hex | 99 | 64 | 1E | 0 | 23 | 50 | 28 | 22 | 43 | 24 |
| Octal | 231 | 144 | 36 | 0 | 43 | 120 | 50 | 42 | 103 | 44 |
| Binary | 10011001 | 1100100 | 11110 | 0 | 100011 | 1010000 | 101000 | 100010 | 1000011 | 100100 |
Color Harmonies of #99641E
Complementary color
Monochromatic Colors of #99641E
Black with #99641E
Text Example
Text Example
White with #99641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99641E; }
p { color: rgb(153,100,30); }
H1.HeaderClassName
{
color: #99641E;
}
.AnyTagClassName
{
color: #99641E;
}
</style>
background-color css
<style>
a { background-color: #99641E; }
a { background-color: rgb(153,100,30); }
div.DivClassName
{
background-color: #99641E;
}
.BgClassName
{
background-color: #99641E;
}
</style>
border-color css
<style>
span { border-color: #99641E; }
span { border-color: rgb(153,100,30); }
td.TdClassName
{
border-color: #99641E;
}
.TagClassName
{
border-color: #99641E;
}
</style>