Shades of Golden Brown #9C631D
Tints of Golden Brown #9C631D
RGB
CMYK
RGB Variations
Color information
#9C631D (or 0x9C631D) is known color: Golden Brown. HEX triplet: 9C, 63 and 1D. RGB value is (156,99,29). Sum of RGB (Red+Green+Blue) = 156+99+29=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C631D is #639CE2. Grayscale: #6C6C6C. Windows color (decimal): -6528227 or 1926044. OLE color: 1926044.
HSL color Cylindrical-coordinate representation of color #9C631D: hue angle of 33.07º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C631D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 29 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.39 |
| HSL | 33.07º | 0.69% | 0.36% | - |
| HSV(B) | 33.07º | 0.81% | 0.61% | - |
| XYZ | 18.39 | 16.08 | 3.3 | - |
| YUV | 108.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 29 | 0 | 0.37 | 0.81 | 0.39 | 33.07 | 0.69 | 0.36 |
| Hex | 9C | 63 | 1D | 0 | 25 | 51 | 27 | 21 | 45 | 24 |
| Octal | 234 | 143 | 35 | 0 | 45 | 121 | 47 | 41 | 105 | 44 |
| Binary | 10011100 | 1100011 | 11101 | 0 | 100101 | 1010001 | 100111 | 100001 | 1000101 | 100100 |
Color Harmonies of #9C631D
Complementary color
Monochromatic Colors of #9C631D
Black with #9C631D
Text Example
Text Example
White with #9C631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C631D; }
p { color: rgb(156,99,29); }
H1.HeaderClassName
{
color: #9C631D;
}
.AnyTagClassName
{
color: #9C631D;
}
</style>
background-color css
<style>
a { background-color: #9C631D; }
a { background-color: rgb(156,99,29); }
div.DivClassName
{
background-color: #9C631D;
}
.BgClassName
{
background-color: #9C631D;
}
</style>
border-color css
<style>
span { border-color: #9C631D; }
span { border-color: rgb(156,99,29); }
td.TdClassName
{
border-color: #9C631D;
}
.TagClassName
{
border-color: #9C631D;
}
</style>