Shades of Golden Brown #9A621B
Tints of Golden Brown #9A621B
RGB
CMYK
RGB Variations
Color information
#9A621B (or 0x9A621B) is known color: Golden Brown. HEX triplet: 9A, 62 and 1B. RGB value is (154,98,27). Sum of RGB (Red+Green+Blue) = 154+98+27=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A621B is #659DE4. Grayscale: #6A6A6A. Windows color (decimal): -6659557 or 1794714. OLE color: 1794714.
HSL color Cylindrical-coordinate representation of color #9A621B: hue angle of 33.54º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A621B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 27 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.40 |
| HSL | 33.54º | 0.7% | 0.35% | - |
| HSV(B) | 33.54º | 0.82% | 0.6% | - |
| XYZ | 17.89 | 15.68 | 3.12 | - |
| YUV | 106.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 27 | 0 | 0.36 | 0.82 | 0.40 | 33.54 | 0.7 | 0.35 |
| Hex | 9A | 62 | 1B | 0 | 24 | 52 | 28 | 22 | 46 | 23 |
| Octal | 232 | 142 | 33 | 0 | 44 | 122 | 50 | 42 | 106 | 43 |
| Binary | 10011010 | 1100010 | 11011 | 0 | 100100 | 1010010 | 101000 | 100010 | 1000110 | 100011 |
Color Harmonies of #9A621B
Complementary color
Monochromatic Colors of #9A621B
Black with #9A621B
Text Example
Text Example
White with #9A621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A621B; }
p { color: rgb(154,98,27); }
H1.HeaderClassName
{
color: #9A621B;
}
.AnyTagClassName
{
color: #9A621B;
}
</style>
background-color css
<style>
a { background-color: #9A621B; }
a { background-color: rgb(154,98,27); }
div.DivClassName
{
background-color: #9A621B;
}
.BgClassName
{
background-color: #9A621B;
}
</style>
border-color css
<style>
span { border-color: #9A621B; }
span { border-color: rgb(154,98,27); }
td.TdClassName
{
border-color: #9A621B;
}
.TagClassName
{
border-color: #9A621B;
}
</style>