Shades of Golden Brown #946B0D
Tints of Golden Brown #946B0D
RGB
CMYK
RGB Variations
Color information
#946B0D (or 0x946B0D) is known color: Golden Brown. HEX triplet: 94, 6B and 0D. RGB value is (148,107,13). Sum of RGB (Red+Green+Blue) = 148+107+13=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B0D is #6B94F2. Grayscale: #6C6C6C. Windows color (decimal): -7050483 or 879508. OLE color: 879508.
HSL color Cylindrical-coordinate representation of color #946B0D: hue angle of 41.78º 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 #946B0D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.42 |
| HSL | 41.78º | 0.84% | 0.32% | - |
| HSV(B) | 41.78º | 0.91% | 0.58% | - |
| XYZ | 17.54 | 16.84 | 2.71 | - |
| YUV | 108.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 13 | 0 | 0.28 | 0.91 | 0.42 | 41.78 | 0.84 | 0.32 |
| Hex | 94 | 6B | D | 0 | 1C | 5B | 2A | 2A | 54 | 20 |
| Octal | 224 | 153 | 15 | 0 | 34 | 133 | 52 | 52 | 124 | 40 |
| Binary | 10010100 | 1101011 | 1101 | 0 | 11100 | 1011011 | 101010 | 101010 | 1010100 | 100000 |
Color Harmonies of #946B0D
Complementary color
Monochromatic Colors of #946B0D
Black with #946B0D
Text Example
Text Example
White with #946B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B0D; }
p { color: rgb(148,107,13); }
H1.HeaderClassName
{
color: #946B0D;
}
.AnyTagClassName
{
color: #946B0D;
}
</style>
background-color css
<style>
a { background-color: #946B0D; }
a { background-color: rgb(148,107,13); }
div.DivClassName
{
background-color: #946B0D;
}
.BgClassName
{
background-color: #946B0D;
}
</style>
border-color css
<style>
span { border-color: #946B0D; }
span { border-color: rgb(148,107,13); }
td.TdClassName
{
border-color: #946B0D;
}
.TagClassName
{
border-color: #946B0D;
}
</style>