Shades of Golden Brown #99650F
Tints of Golden Brown #99650F
RGB
CMYK
RGB Variations
Color information
#99650F (or 0x99650F) is known color: Golden Brown. HEX triplet: 99, 65 and 0F. RGB value is (153,101,15). Sum of RGB (Red+Green+Blue) = 153+101+15=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99650F is #669AF0. Grayscale: #6B6B6B. Windows color (decimal): -6724337 or 1009049. OLE color: 1009049.
HSL color Cylindrical-coordinate representation of color #99650F: hue angle of 37.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99650F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 15 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.4 |
| HSL | 37.39º | 0.82% | 0.33% | - |
| HSV(B) | 37.39º | 0.9% | 0.6% | - |
| XYZ | 17.88 | 16.11 | 2.62 | - |
| YUV | 106.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 15 | 0 | 0.34 | 0.90 | 0.4 | 37.39 | 0.82 | 0.33 |
| Hex | 99 | 65 | F | 0 | 22 | 5A | 28 | 25 | 52 | 21 |
| Octal | 231 | 145 | 17 | 0 | 42 | 132 | 50 | 45 | 122 | 41 |
| Binary | 10011001 | 1100101 | 1111 | 0 | 100010 | 1011010 | 101000 | 100101 | 1010010 | 100001 |
Color Harmonies of #99650F
Complementary color
Monochromatic Colors of #99650F
Black with #99650F
Text Example
Text Example
White with #99650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99650F; }
p { color: rgb(153,101,15); }
H1.HeaderClassName
{
color: #99650F;
}
.AnyTagClassName
{
color: #99650F;
}
</style>
background-color css
<style>
a { background-color: #99650F; }
a { background-color: rgb(153,101,15); }
div.DivClassName
{
background-color: #99650F;
}
.BgClassName
{
background-color: #99650F;
}
</style>
border-color css
<style>
span { border-color: #99650F; }
span { border-color: rgb(153,101,15); }
td.TdClassName
{
border-color: #99650F;
}
.TagClassName
{
border-color: #99650F;
}
</style>