Shades of Golden Brown #9C681B
Tints of Golden Brown #9C681B
RGB
CMYK
RGB Variations
Color information
#9C681B (or 0x9C681B) is known color: Golden Brown. HEX triplet: 9C, 68 and 1B. RGB value is (156,104,27). Sum of RGB (Red+Green+Blue) = 156+104+27=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C681B is #6397E4. Grayscale: #6F6F6F. Windows color (decimal): -6526949 or 1796252. OLE color: 1796252.
HSL color Cylindrical-coordinate representation of color #9C681B: hue angle of 35.81º 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 #9C681B is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 27 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.39 |
| HSL | 35.81º | 0.7% | 0.36% | - |
| HSV(B) | 35.81º | 0.83% | 0.61% | - |
| XYZ | 18.86 | 17.05 | 3.33 | - |
| YUV | 110.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 27 | 0 | 0.33 | 0.83 | 0.39 | 35.81 | 0.7 | 0.36 |
| Hex | 9C | 68 | 1B | 0 | 21 | 53 | 27 | 24 | 46 | 24 |
| Octal | 234 | 150 | 33 | 0 | 41 | 123 | 47 | 44 | 106 | 44 |
| Binary | 10011100 | 1101000 | 11011 | 0 | 100001 | 1010011 | 100111 | 100100 | 1000110 | 100100 |
Color Harmonies of #9C681B
Complementary color
Monochromatic Colors of #9C681B
Black with #9C681B
Text Example
Text Example
White with #9C681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C681B; }
p { color: rgb(156,104,27); }
H1.HeaderClassName
{
color: #9C681B;
}
.AnyTagClassName
{
color: #9C681B;
}
</style>
background-color css
<style>
a { background-color: #9C681B; }
a { background-color: rgb(156,104,27); }
div.DivClassName
{
background-color: #9C681B;
}
.BgClassName
{
background-color: #9C681B;
}
</style>
border-color css
<style>
span { border-color: #9C681B; }
span { border-color: rgb(156,104,27); }
td.TdClassName
{
border-color: #9C681B;
}
.TagClassName
{
border-color: #9C681B;
}
</style>