Shades of Golden Brown #9A6B18
Tints of Golden Brown #9A6B18
RGB
CMYK
RGB Variations
Color information
#9A6B18 (or 0x9A6B18) is known color: Golden Brown. HEX triplet: 9A, 6B and 18. RGB value is (154,107,24). Sum of RGB (Red+Green+Blue) = 154+107+24=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6B18 is #6594E7. Grayscale: #6F6F6F. Windows color (decimal): -6657256 or 1600410. OLE color: 1600410.
HSL color Cylindrical-coordinate representation of color #9A6B18: hue angle of 38.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A6B18 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 24 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.40 |
| HSL | 38.31º | 0.73% | 0.35% | - |
| HSV(B) | 38.31º | 0.84% | 0.6% | - |
| XYZ | 18.75 | 17.45 | 3.24 | - |
| YUV | 111.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 24 | 0 | 0.31 | 0.84 | 0.40 | 38.31 | 0.73 | 0.35 |
| Hex | 9A | 6B | 18 | 0 | 1F | 54 | 28 | 26 | 49 | 23 |
| Octal | 232 | 153 | 30 | 0 | 37 | 124 | 50 | 46 | 111 | 43 |
| Binary | 10011010 | 1101011 | 11000 | 0 | 11111 | 1010100 | 101000 | 100110 | 1001001 | 100011 |
Color Harmonies of #9A6B18
Complementary color
Monochromatic Colors of #9A6B18
Black with #9A6B18
Text Example
Text Example
White with #9A6B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B18; }
p { color: rgb(154,107,24); }
H1.HeaderClassName
{
color: #9A6B18;
}
.AnyTagClassName
{
color: #9A6B18;
}
</style>
background-color css
<style>
a { background-color: #9A6B18; }
a { background-color: rgb(154,107,24); }
div.DivClassName
{
background-color: #9A6B18;
}
.BgClassName
{
background-color: #9A6B18;
}
</style>
border-color css
<style>
span { border-color: #9A6B18; }
span { border-color: rgb(154,107,24); }
td.TdClassName
{
border-color: #9A6B18;
}
.TagClassName
{
border-color: #9A6B18;
}
</style>