Shades of Golden Brown #9A5B06
Tints of Golden Brown #9A5B06
RGB
CMYK
RGB Variations
Color information
#9A5B06 (or 0x9A5B06) is known color: Golden Brown. HEX triplet: 9A, 5B and 06. RGB value is (154,91,6). Sum of RGB (Red+Green+Blue) = 154+91+6=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5B06 is #65A4F9. Grayscale: #646464. Windows color (decimal): -6661370 or 416666. OLE color: 416666.
HSL color Cylindrical-coordinate representation of color #9A5B06: hue angle of 34.46º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A5B06 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 6 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.40 |
| HSL | 34.46º | 0.93% | 0.31% | - |
| HSV(B) | 34.46º | 0.96% | 0.6% | - |
| XYZ | 17.1 | 14.37 | 2.04 | - |
| YUV | 100.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 6 | 0 | 0.41 | 0.96 | 0.40 | 34.46 | 0.93 | 0.31 |
| Hex | 9A | 5B | 6 | 0 | 29 | 60 | 28 | 22 | 5C | 1F |
| Octal | 232 | 133 | 6 | 0 | 51 | 140 | 50 | 42 | 134 | 37 |
| Binary | 10011010 | 1011011 | 110 | 0 | 101001 | 1100000 | 101000 | 100010 | 1011100 | 11111 |
Color Harmonies of #9A5B06
Complementary color
Monochromatic Colors of #9A5B06
Black with #9A5B06
Text Example
Text Example
White with #9A5B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B06; }
p { color: rgb(154,91,6); }
H1.HeaderClassName
{
color: #9A5B06;
}
.AnyTagClassName
{
color: #9A5B06;
}
</style>
background-color css
<style>
a { background-color: #9A5B06; }
a { background-color: rgb(154,91,6); }
div.DivClassName
{
background-color: #9A5B06;
}
.BgClassName
{
background-color: #9A5B06;
}
</style>
border-color css
<style>
span { border-color: #9A5B06; }
span { border-color: rgb(154,91,6); }
td.TdClassName
{
border-color: #9A5B06;
}
.TagClassName
{
border-color: #9A5B06;
}
</style>