Shades of Golden Brown #946C0D
Tints of Golden Brown #946C0D
RGB
CMYK
RGB Variations
Color information
#946C0D (or 0x946C0D) is known color: Golden Brown. HEX triplet: 94, 6C and 0D. RGB value is (148,108,13). Sum of RGB (Red+Green+Blue) = 148+108+13=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C0D is #6B93F2. Grayscale: #6D6D6D. Windows color (decimal): -7050227 or 879764. OLE color: 879764.
HSL color Cylindrical-coordinate representation of color #946C0D: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #946C0D is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 13 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.42 |
| HSL | 42.22º | 0.84% | 0.32% | - |
| HSV(B) | 42.22º | 0.91% | 0.58% | - |
| XYZ | 17.65 | 17.05 | 2.74 | - |
| YUV | 109.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 13 | 0 | 0.27 | 0.91 | 0.42 | 42.22 | 0.84 | 0.32 |
| Hex | 94 | 6C | D | 0 | 1B | 5B | 2A | 2A | 54 | 20 |
| Octal | 224 | 154 | 15 | 0 | 33 | 133 | 52 | 52 | 124 | 40 |
| Binary | 10010100 | 1101100 | 1101 | 0 | 11011 | 1011011 | 101010 | 101010 | 1010100 | 100000 |
Color Harmonies of #946C0D
Complementary color
Monochromatic Colors of #946C0D
Black with #946C0D
Text Example
Text Example
White with #946C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C0D; }
p { color: rgb(148,108,13); }
H1.HeaderClassName
{
color: #946C0D;
}
.AnyTagClassName
{
color: #946C0D;
}
</style>
background-color css
<style>
a { background-color: #946C0D; }
a { background-color: rgb(148,108,13); }
div.DivClassName
{
background-color: #946C0D;
}
.BgClassName
{
background-color: #946C0D;
}
</style>
border-color css
<style>
span { border-color: #946C0D; }
span { border-color: rgb(148,108,13); }
td.TdClassName
{
border-color: #946C0D;
}
.TagClassName
{
border-color: #946C0D;
}
</style>