Shades of Golden Brown #9C641D
Tints of Golden Brown #9C641D
RGB
CMYK
RGB Variations
Color information
#9C641D (or 0x9C641D) is known color: Golden Brown. HEX triplet: 9C, 64 and 1D. RGB value is (156,100,29). Sum of RGB (Red+Green+Blue) = 156+100+29=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C641D is #639BE2. Grayscale: #6C6C6C. Windows color (decimal): -6527971 or 1926300. OLE color: 1926300.
HSL color Cylindrical-coordinate representation of color #9C641D: hue angle of 33.54º 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 #9C641D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 29 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.39 |
| HSL | 33.54º | 0.69% | 0.36% | - |
| HSV(B) | 33.54º | 0.81% | 0.61% | - |
| XYZ | 18.49 | 16.27 | 3.33 | - |
| YUV | 108.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 29 | 0 | 0.36 | 0.81 | 0.39 | 33.54 | 0.69 | 0.36 |
| Hex | 9C | 64 | 1D | 0 | 24 | 51 | 27 | 22 | 45 | 24 |
| Octal | 234 | 144 | 35 | 0 | 44 | 121 | 47 | 42 | 105 | 44 |
| Binary | 10011100 | 1100100 | 11101 | 0 | 100100 | 1010001 | 100111 | 100010 | 1000101 | 100100 |
Color Harmonies of #9C641D
Complementary color
Monochromatic Colors of #9C641D
Black with #9C641D
Text Example
Text Example
White with #9C641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C641D; }
p { color: rgb(156,100,29); }
H1.HeaderClassName
{
color: #9C641D;
}
.AnyTagClassName
{
color: #9C641D;
}
</style>
background-color css
<style>
a { background-color: #9C641D; }
a { background-color: rgb(156,100,29); }
div.DivClassName
{
background-color: #9C641D;
}
.BgClassName
{
background-color: #9C641D;
}
</style>
border-color css
<style>
span { border-color: #9C641D; }
span { border-color: rgb(156,100,29); }
td.TdClassName
{
border-color: #9C641D;
}
.TagClassName
{
border-color: #9C641D;
}
</style>