Shades of Golden Brown #99630E
Tints of Golden Brown #99630E
RGB
CMYK
RGB Variations
Color information
#99630E (or 0x99630E) is known color: Golden Brown. HEX triplet: 99, 63 and 0E. RGB value is (153,99,14). Sum of RGB (Red+Green+Blue) = 153+99+14=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99630E is #669CF1. Grayscale: #696969. Windows color (decimal): -6724850 or 943001. OLE color: 943001.
HSL color Cylindrical-coordinate representation of color #99630E: hue angle of 36.69º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99630E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 14 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.4 |
| HSL | 36.69º | 0.83% | 0.33% | - |
| HSV(B) | 36.69º | 0.91% | 0.6% | - |
| XYZ | 17.68 | 15.73 | 2.52 | - |
| YUV | 105.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 14 | 0 | 0.35 | 0.91 | 0.4 | 36.69 | 0.83 | 0.33 |
| Hex | 99 | 63 | E | 0 | 23 | 5B | 28 | 25 | 53 | 21 |
| Octal | 231 | 143 | 16 | 0 | 43 | 133 | 50 | 45 | 123 | 41 |
| Binary | 10011001 | 1100011 | 1110 | 0 | 100011 | 1011011 | 101000 | 100101 | 1010011 | 100001 |
Color Harmonies of #99630E
Complementary color
Monochromatic Colors of #99630E
Black with #99630E
Text Example
Text Example
White with #99630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99630E; }
p { color: rgb(153,99,14); }
H1.HeaderClassName
{
color: #99630E;
}
.AnyTagClassName
{
color: #99630E;
}
</style>
background-color css
<style>
a { background-color: #99630E; }
a { background-color: rgb(153,99,14); }
div.DivClassName
{
background-color: #99630E;
}
.BgClassName
{
background-color: #99630E;
}
</style>
border-color css
<style>
span { border-color: #99630E; }
span { border-color: rgb(153,99,14); }
td.TdClassName
{
border-color: #99630E;
}
.TagClassName
{
border-color: #99630E;
}
</style>