Shades of Golden Brown #99641D
Tints of Golden Brown #99641D
RGB
CMYK
RGB Variations
Color information
#99641D (or 0x99641D) is known color: Golden Brown. HEX triplet: 99, 64 and 1D. RGB value is (153,100,29). Sum of RGB (Red+Green+Blue) = 153+100+29=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99641D is #669BE2. Grayscale: #6C6C6C. Windows color (decimal): -6724579 or 1926297. OLE color: 1926297.
HSL color Cylindrical-coordinate representation of color #99641D: hue angle of 34.35º 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 #99641D is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 29 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.4 |
| HSL | 34.35º | 0.68% | 0.36% | - |
| HSV(B) | 34.35º | 0.81% | 0.6% | - |
| XYZ | 17.92 | 15.98 | 3.3 | - |
| YUV | 107.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 29 | 0 | 0.35 | 0.81 | 0.4 | 34.35 | 0.68 | 0.36 |
| Hex | 99 | 64 | 1D | 0 | 23 | 51 | 28 | 22 | 44 | 24 |
| Octal | 231 | 144 | 35 | 0 | 43 | 121 | 50 | 42 | 104 | 44 |
| Binary | 10011001 | 1100100 | 11101 | 0 | 100011 | 1010001 | 101000 | 100010 | 1000100 | 100100 |
Color Harmonies of #99641D
Complementary color
Monochromatic Colors of #99641D
Black with #99641D
Text Example
Text Example
White with #99641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99641D; }
p { color: rgb(153,100,29); }
H1.HeaderClassName
{
color: #99641D;
}
.AnyTagClassName
{
color: #99641D;
}
</style>
background-color css
<style>
a { background-color: #99641D; }
a { background-color: rgb(153,100,29); }
div.DivClassName
{
background-color: #99641D;
}
.BgClassName
{
background-color: #99641D;
}
</style>
border-color css
<style>
span { border-color: #99641D; }
span { border-color: rgb(153,100,29); }
td.TdClassName
{
border-color: #99641D;
}
.TagClassName
{
border-color: #99641D;
}
</style>