Shades of Golden Brown #94690E
Tints of Golden Brown #94690E
RGB
CMYK
RGB Variations
Color information
#94690E (or 0x94690E) is known color: Golden Brown. HEX triplet: 94, 69 and 0E. RGB value is (148,105,14). Sum of RGB (Red+Green+Blue) = 148+105+14=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #94690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94690E is #6B96F1. Grayscale: #6B6B6B. Windows color (decimal): -7050994 or 944532. OLE color: 944532.
HSL color Cylindrical-coordinate representation of color #94690E: hue angle of 40.75º degrees, saturation: 0.83, 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 #94690E is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 14 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.42 |
| HSL | 40.75º | 0.83% | 0.32% | - |
| HSV(B) | 40.75º | 0.91% | 0.58% | - |
| XYZ | 17.34 | 16.43 | 2.67 | - |
| YUV | 107.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 14 | 0 | 0.29 | 0.91 | 0.42 | 40.75 | 0.83 | 0.32 |
| Hex | 94 | 69 | E | 0 | 1D | 5B | 2A | 29 | 53 | 20 |
| Octal | 224 | 151 | 16 | 0 | 35 | 133 | 52 | 51 | 123 | 40 |
| Binary | 10010100 | 1101001 | 1110 | 0 | 11101 | 1011011 | 101010 | 101001 | 1010011 | 100000 |
Color Harmonies of #94690E
Complementary color
Monochromatic Colors of #94690E
Black with #94690E
Text Example
Text Example
White with #94690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94690E; }
p { color: rgb(148,105,14); }
H1.HeaderClassName
{
color: #94690E;
}
.AnyTagClassName
{
color: #94690E;
}
</style>
background-color css
<style>
a { background-color: #94690E; }
a { background-color: rgb(148,105,14); }
div.DivClassName
{
background-color: #94690E;
}
.BgClassName
{
background-color: #94690E;
}
</style>
border-color css
<style>
span { border-color: #94690E; }
span { border-color: rgb(148,105,14); }
td.TdClassName
{
border-color: #94690E;
}
.TagClassName
{
border-color: #94690E;
}
</style>