Shades of Golden Brown #9C6219
Tints of Golden Brown #9C6219
RGB
CMYK
RGB Variations
Color information
#9C6219 (or 0x9C6219) is known color: Golden Brown. HEX triplet: 9C, 62 and 19. RGB value is (156,98,25). Sum of RGB (Red+Green+Blue) = 156+98+25=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6219 is #639DE6. Grayscale: #6B6B6B. Windows color (decimal): -6528487 or 1663644. OLE color: 1663644.
HSL color Cylindrical-coordinate representation of color #9C6219: hue angle of 33.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C6219 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 25 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.39 |
| HSL | 33.44º | 0.72% | 0.35% | - |
| HSV(B) | 33.44º | 0.84% | 0.61% | - |
| XYZ | 18.25 | 15.87 | 3.02 | - |
| YUV | 107.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 25 | 0 | 0.37 | 0.84 | 0.39 | 33.44 | 0.72 | 0.35 |
| Hex | 9C | 62 | 19 | 0 | 25 | 54 | 27 | 21 | 48 | 23 |
| Octal | 234 | 142 | 31 | 0 | 45 | 124 | 47 | 41 | 110 | 43 |
| Binary | 10011100 | 1100010 | 11001 | 0 | 100101 | 1010100 | 100111 | 100001 | 1001000 | 100011 |
Color Harmonies of #9C6219
Complementary color
Monochromatic Colors of #9C6219
Black with #9C6219
Text Example
Text Example
White with #9C6219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6219; }
p { color: rgb(156,98,25); }
H1.HeaderClassName
{
color: #9C6219;
}
.AnyTagClassName
{
color: #9C6219;
}
</style>
background-color css
<style>
a { background-color: #9C6219; }
a { background-color: rgb(156,98,25); }
div.DivClassName
{
background-color: #9C6219;
}
.BgClassName
{
background-color: #9C6219;
}
</style>
border-color css
<style>
span { border-color: #9C6219; }
span { border-color: rgb(156,98,25); }
td.TdClassName
{
border-color: #9C6219;
}
.TagClassName
{
border-color: #9C6219;
}
</style>