Shades of Golden Brown #9C621B
Tints of Golden Brown #9C621B
RGB
CMYK
RGB Variations
Color information
#9C621B (or 0x9C621B) is known color: Golden Brown. HEX triplet: 9C, 62 and 1B. RGB value is (156,98,27). Sum of RGB (Red+Green+Blue) = 156+98+27=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C621B is #639DE4. Grayscale: #6B6B6B. Windows color (decimal): -6528485 or 1794716. OLE color: 1794716.
HSL color Cylindrical-coordinate representation of color #9C621B: hue angle of 33.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C621B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 27 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.39 |
| HSL | 33.02º | 0.7% | 0.36% | - |
| HSV(B) | 33.02º | 0.83% | 0.61% | - |
| XYZ | 18.28 | 15.88 | 3.14 | - |
| YUV | 107.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 27 | 0 | 0.37 | 0.83 | 0.39 | 33.02 | 0.7 | 0.36 |
| Hex | 9C | 62 | 1B | 0 | 25 | 53 | 27 | 21 | 46 | 24 |
| Octal | 234 | 142 | 33 | 0 | 45 | 123 | 47 | 41 | 106 | 44 |
| Binary | 10011100 | 1100010 | 11011 | 0 | 100101 | 1010011 | 100111 | 100001 | 1000110 | 100100 |
Color Harmonies of #9C621B
Complementary color
Monochromatic Colors of #9C621B
Black with #9C621B
Text Example
Text Example
White with #9C621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C621B; }
p { color: rgb(156,98,27); }
H1.HeaderClassName
{
color: #9C621B;
}
.AnyTagClassName
{
color: #9C621B;
}
</style>
background-color css
<style>
a { background-color: #9C621B; }
a { background-color: rgb(156,98,27); }
div.DivClassName
{
background-color: #9C621B;
}
.BgClassName
{
background-color: #9C621B;
}
</style>
border-color css
<style>
span { border-color: #9C621B; }
span { border-color: rgb(156,98,27); }
td.TdClassName
{
border-color: #9C621B;
}
.TagClassName
{
border-color: #9C621B;
}
</style>