Shades of Golden Brown #9A6C1E
Tints of Golden Brown #9A6C1E
RGB
CMYK
RGB Variations
Color information
#9A6C1E (or 0x9A6C1E) is known color: Golden Brown. HEX triplet: 9A, 6C and 1E. RGB value is (154,108,30). Sum of RGB (Red+Green+Blue) = 154+108+30=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C1E is #6593E1. Grayscale: #717171. Windows color (decimal): -6656994 or 1993882. OLE color: 1993882.
HSL color Cylindrical-coordinate representation of color #9A6C1E: hue angle of 37.74º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A6C1E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 30 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.40 |
| HSL | 37.74º | 0.67% | 0.36% | - |
| HSV(B) | 37.74º | 0.81% | 0.6% | - |
| XYZ | 18.92 | 17.69 | 3.65 | - |
| YUV | 112.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 30 | 0 | 0.30 | 0.81 | 0.40 | 37.74 | 0.67 | 0.36 |
| Hex | 9A | 6C | 1E | 0 | 1E | 51 | 28 | 26 | 43 | 24 |
| Octal | 232 | 154 | 36 | 0 | 36 | 121 | 50 | 46 | 103 | 44 |
| Binary | 10011010 | 1101100 | 11110 | 0 | 11110 | 1010001 | 101000 | 100110 | 1000011 | 100100 |
Color Harmonies of #9A6C1E
Complementary color
Monochromatic Colors of #9A6C1E
Black with #9A6C1E
Text Example
Text Example
White with #9A6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C1E; }
p { color: rgb(154,108,30); }
H1.HeaderClassName
{
color: #9A6C1E;
}
.AnyTagClassName
{
color: #9A6C1E;
}
</style>
background-color css
<style>
a { background-color: #9A6C1E; }
a { background-color: rgb(154,108,30); }
div.DivClassName
{
background-color: #9A6C1E;
}
.BgClassName
{
background-color: #9A6C1E;
}
</style>
border-color css
<style>
span { border-color: #9A6C1E; }
span { border-color: rgb(154,108,30); }
td.TdClassName
{
border-color: #9A6C1E;
}
.TagClassName
{
border-color: #9A6C1E;
}
</style>