Shades of Golden Brown #946A1A
Tints of Golden Brown #946A1A
RGB
CMYK
RGB Variations
Color information
#946A1A (or 0x946A1A) is known color: Golden Brown. HEX triplet: 94, 6A and 1A. RGB value is (148,106,26). Sum of RGB (Red+Green+Blue) = 148+106+26=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A1A is #6B95E5. Grayscale: #6D6D6D. Windows color (decimal): -7050726 or 1731220. OLE color: 1731220.
HSL color Cylindrical-coordinate representation of color #946A1A: hue angle of 39.34º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #946A1A is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 26 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.42 |
| HSL | 39.34º | 0.7% | 0.34% | - |
| HSV(B) | 39.34º | 0.82% | 0.58% | - |
| XYZ | 17.55 | 16.68 | 3.27 | - |
| YUV | 109.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 26 | 0 | 0.28 | 0.82 | 0.42 | 39.34 | 0.7 | 0.34 |
| Hex | 94 | 6A | 1A | 0 | 1C | 52 | 2A | 27 | 46 | 22 |
| Octal | 224 | 152 | 32 | 0 | 34 | 122 | 52 | 47 | 106 | 42 |
| Binary | 10010100 | 1101010 | 11010 | 0 | 11100 | 1010010 | 101010 | 100111 | 1000110 | 100010 |
Color Harmonies of #946A1A
Complementary color
Monochromatic Colors of #946A1A
Black with #946A1A
Text Example
Text Example
White with #946A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A1A; }
p { color: rgb(148,106,26); }
H1.HeaderClassName
{
color: #946A1A;
}
.AnyTagClassName
{
color: #946A1A;
}
</style>
background-color css
<style>
a { background-color: #946A1A; }
a { background-color: rgb(148,106,26); }
div.DivClassName
{
background-color: #946A1A;
}
.BgClassName
{
background-color: #946A1A;
}
</style>
border-color css
<style>
span { border-color: #946A1A; }
span { border-color: rgb(148,106,26); }
td.TdClassName
{
border-color: #946A1A;
}
.TagClassName
{
border-color: #946A1A;
}
</style>