Shades of Golden Brown #9A6B1C
Tints of Golden Brown #9A6B1C
RGB
CMYK
RGB Variations
Color information
#9A6B1C (or 0x9A6B1C) is known color: Golden Brown. HEX triplet: 9A, 6B and 1C. RGB value is (154,107,28). Sum of RGB (Red+Green+Blue) = 154+107+28=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B1C is #6594E3. Grayscale: #707070. Windows color (decimal): -6657252 or 1862554. OLE color: 1862554.
HSL color Cylindrical-coordinate representation of color #9A6B1C: hue angle of 37.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A6B1C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 28 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.40 |
| HSL | 37.62º | 0.69% | 0.36% | - |
| HSV(B) | 37.62º | 0.82% | 0.6% | - |
| XYZ | 18.79 | 17.47 | 3.48 | - |
| YUV | 112.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 28 | 0 | 0.31 | 0.82 | 0.40 | 37.62 | 0.69 | 0.36 |
| Hex | 9A | 6B | 1C | 0 | 1F | 52 | 28 | 26 | 45 | 24 |
| Octal | 232 | 153 | 34 | 0 | 37 | 122 | 50 | 46 | 105 | 44 |
| Binary | 10011010 | 1101011 | 11100 | 0 | 11111 | 1010010 | 101000 | 100110 | 1000101 | 100100 |
Color Harmonies of #9A6B1C
Complementary color
Monochromatic Colors of #9A6B1C
Black with #9A6B1C
Text Example
Text Example
White with #9A6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B1C; }
p { color: rgb(154,107,28); }
H1.HeaderClassName
{
color: #9A6B1C;
}
.AnyTagClassName
{
color: #9A6B1C;
}
</style>
background-color css
<style>
a { background-color: #9A6B1C; }
a { background-color: rgb(154,107,28); }
div.DivClassName
{
background-color: #9A6B1C;
}
.BgClassName
{
background-color: #9A6B1C;
}
</style>
border-color css
<style>
span { border-color: #9A6B1C; }
span { border-color: rgb(154,107,28); }
td.TdClassName
{
border-color: #9A6B1C;
}
.TagClassName
{
border-color: #9A6B1C;
}
</style>