Shades of Golden Brown #946705
Tints of Golden Brown #946705
RGB
CMYK
RGB Variations
Color information
#946705 (or 0x946705) is known color: Golden Brown. HEX triplet: 94, 67 and 05. RGB value is (148,103,5). Sum of RGB (Red+Green+Blue) = 148+103+5=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #946705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946705 is #6B98FA. Grayscale: #696969. Windows color (decimal): -7051515 or 354196. OLE color: 354196.
HSL color Cylindrical-coordinate representation of color #946705: hue angle of 41.12º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946705 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.42 |
| HSL | 41.12º | 0.93% | 0.3% | - |
| HSV(B) | 41.12º | 0.97% | 0.58% | - |
| XYZ | 17.09 | 16.01 | 2.33 | - |
| YUV | 105.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 5 | 0 | 0.30 | 0.97 | 0.42 | 41.12 | 0.93 | 0.3 |
| Hex | 94 | 67 | 5 | 0 | 1E | 61 | 2A | 29 | 5D | 1E |
| Octal | 224 | 147 | 5 | 0 | 36 | 141 | 52 | 51 | 135 | 36 |
| Binary | 10010100 | 1100111 | 101 | 0 | 11110 | 1100001 | 101010 | 101001 | 1011101 | 11110 |
Color Harmonies of #946705
Complementary color
Monochromatic Colors of #946705
Black with #946705
Text Example
Text Example
White with #946705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946705; }
p { color: rgb(148,103,5); }
H1.HeaderClassName
{
color: #946705;
}
.AnyTagClassName
{
color: #946705;
}
</style>
background-color css
<style>
a { background-color: #946705; }
a { background-color: rgb(148,103,5); }
div.DivClassName
{
background-color: #946705;
}
.BgClassName
{
background-color: #946705;
}
</style>
border-color css
<style>
span { border-color: #946705; }
span { border-color: rgb(148,103,5); }
td.TdClassName
{
border-color: #946705;
}
.TagClassName
{
border-color: #946705;
}
</style>