Shades of Golden Brown #99630F
Tints of Golden Brown #99630F
RGB
CMYK
RGB Variations
Color information
#99630F (or 0x99630F) is known color: Golden Brown. HEX triplet: 99, 63 and 0F. RGB value is (153,99,15). Sum of RGB (Red+Green+Blue) = 153+99+15=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99630F is #669CF0. Grayscale: #696969. Windows color (decimal): -6724849 or 1008537. OLE color: 1008537.
HSL color Cylindrical-coordinate representation of color #99630F: hue angle of 36.52º 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 #99630F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 15 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.4 |
| HSL | 36.52º | 0.82% | 0.33% | - |
| HSV(B) | 36.52º | 0.9% | 0.6% | - |
| XYZ | 17.68 | 15.73 | 2.56 | - |
| YUV | 105.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 15 | 0 | 0.35 | 0.90 | 0.4 | 36.52 | 0.82 | 0.33 |
| Hex | 99 | 63 | F | 0 | 23 | 5A | 28 | 25 | 52 | 21 |
| Octal | 231 | 143 | 17 | 0 | 43 | 132 | 50 | 45 | 122 | 41 |
| Binary | 10011001 | 1100011 | 1111 | 0 | 100011 | 1011010 | 101000 | 100101 | 1010010 | 100001 |
Color Harmonies of #99630F
Complementary color
Monochromatic Colors of #99630F
Black with #99630F
Text Example
Text Example
White with #99630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99630F; }
p { color: rgb(153,99,15); }
H1.HeaderClassName
{
color: #99630F;
}
.AnyTagClassName
{
color: #99630F;
}
</style>
background-color css
<style>
a { background-color: #99630F; }
a { background-color: rgb(153,99,15); }
div.DivClassName
{
background-color: #99630F;
}
.BgClassName
{
background-color: #99630F;
}
</style>
border-color css
<style>
span { border-color: #99630F; }
span { border-color: rgb(153,99,15); }
td.TdClassName
{
border-color: #99630F;
}
.TagClassName
{
border-color: #99630F;
}
</style>