Shades of Golden Brown #9A630F
Tints of Golden Brown #9A630F
RGB
CMYK
RGB Variations
Color information
#9A630F (or 0x9A630F) is known color: Golden Brown. HEX triplet: 9A, 63 and 0F. RGB value is (154,99,15). Sum of RGB (Red+Green+Blue) = 154+99+15=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A630F is #659CF0. Grayscale: #6A6A6A. Windows color (decimal): -6659313 or 1008538. OLE color: 1008538.
HSL color Cylindrical-coordinate representation of color #9A630F: hue angle of 36.26º 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 #9A630F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 15 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.40 |
| HSL | 36.26º | 0.82% | 0.33% | - |
| HSV(B) | 36.26º | 0.9% | 0.6% | - |
| XYZ | 17.87 | 15.83 | 2.56 | - |
| YUV | 105.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 15 | 0 | 0.36 | 0.90 | 0.40 | 36.26 | 0.82 | 0.33 |
| Hex | 9A | 63 | F | 0 | 24 | 5A | 28 | 24 | 52 | 21 |
| Octal | 232 | 143 | 17 | 0 | 44 | 132 | 50 | 44 | 122 | 41 |
| Binary | 10011010 | 1100011 | 1111 | 0 | 100100 | 1011010 | 101000 | 100100 | 1010010 | 100001 |
Color Harmonies of #9A630F
Complementary color
Monochromatic Colors of #9A630F
Black with #9A630F
Text Example
Text Example
White with #9A630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A630F; }
p { color: rgb(154,99,15); }
H1.HeaderClassName
{
color: #9A630F;
}
.AnyTagClassName
{
color: #9A630F;
}
</style>
background-color css
<style>
a { background-color: #9A630F; }
a { background-color: rgb(154,99,15); }
div.DivClassName
{
background-color: #9A630F;
}
.BgClassName
{
background-color: #9A630F;
}
</style>
border-color css
<style>
span { border-color: #9A630F; }
span { border-color: rgb(154,99,15); }
td.TdClassName
{
border-color: #9A630F;
}
.TagClassName
{
border-color: #9A630F;
}
</style>