Shades of Golden Brown #99650C
Tints of Golden Brown #99650C
RGB
CMYK
RGB Variations
Color information
#99650C (or 0x99650C) is known color: Golden Brown. HEX triplet: 99, 65 and 0C. RGB value is (153,101,12). Sum of RGB (Red+Green+Blue) = 153+101+12=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99650C is #669AF3. Grayscale: #6A6A6A. Windows color (decimal): -6724340 or 812441. OLE color: 812441.
HSL color Cylindrical-coordinate representation of color #99650C: hue angle of 37.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99650C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 12 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.4 |
| HSL | 37.87º | 0.85% | 0.32% | - |
| HSV(B) | 37.87º | 0.92% | 0.6% | - |
| XYZ | 17.86 | 16.11 | 2.52 | - |
| YUV | 106.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 12 | 0 | 0.34 | 0.92 | 0.4 | 37.87 | 0.85 | 0.32 |
| Hex | 99 | 65 | C | 0 | 22 | 5C | 28 | 26 | 55 | 20 |
| Octal | 231 | 145 | 14 | 0 | 42 | 134 | 50 | 46 | 125 | 40 |
| Binary | 10011001 | 1100101 | 1100 | 0 | 100010 | 1011100 | 101000 | 100110 | 1010101 | 100000 |
Color Harmonies of #99650C
Complementary color
Monochromatic Colors of #99650C
Black with #99650C
Text Example
Text Example
White with #99650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99650C; }
p { color: rgb(153,101,12); }
H1.HeaderClassName
{
color: #99650C;
}
.AnyTagClassName
{
color: #99650C;
}
</style>
background-color css
<style>
a { background-color: #99650C; }
a { background-color: rgb(153,101,12); }
div.DivClassName
{
background-color: #99650C;
}
.BgClassName
{
background-color: #99650C;
}
</style>
border-color css
<style>
span { border-color: #99650C; }
span { border-color: rgb(153,101,12); }
td.TdClassName
{
border-color: #99650C;
}
.TagClassName
{
border-color: #99650C;
}
</style>