Shades of Golden Brown #94691D
Tints of Golden Brown #94691D
RGB
CMYK
RGB Variations
Color information
#94691D (or 0x94691D) is known color: Golden Brown. HEX triplet: 94, 69 and 1D. RGB value is (148,105,29). Sum of RGB (Red+Green+Blue) = 148+105+29=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94691D is #6B96E2. Grayscale: #6D6D6D. Windows color (decimal): -7050979 or 1927572. OLE color: 1927572.
HSL color Cylindrical-coordinate representation of color #94691D: hue angle of 38.32º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94691D is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 29 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.42 |
| HSL | 38.32º | 0.67% | 0.35% | - |
| HSV(B) | 38.32º | 0.8% | 0.58% | - |
| XYZ | 17.49 | 16.49 | 3.42 | - |
| YUV | 109.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 29 | 0 | 0.29 | 0.80 | 0.42 | 38.32 | 0.67 | 0.35 |
| Hex | 94 | 69 | 1D | 0 | 1D | 50 | 2A | 26 | 43 | 23 |
| Octal | 224 | 151 | 35 | 0 | 35 | 120 | 52 | 46 | 103 | 43 |
| Binary | 10010100 | 1101001 | 11101 | 0 | 11101 | 1010000 | 101010 | 100110 | 1000011 | 100011 |
Color Harmonies of #94691D
Complementary color
Monochromatic Colors of #94691D
Black with #94691D
Text Example
Text Example
White with #94691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94691D; }
p { color: rgb(148,105,29); }
H1.HeaderClassName
{
color: #94691D;
}
.AnyTagClassName
{
color: #94691D;
}
</style>
background-color css
<style>
a { background-color: #94691D; }
a { background-color: rgb(148,105,29); }
div.DivClassName
{
background-color: #94691D;
}
.BgClassName
{
background-color: #94691D;
}
</style>
border-color css
<style>
span { border-color: #94691D; }
span { border-color: rgb(148,105,29); }
td.TdClassName
{
border-color: #94691D;
}
.TagClassName
{
border-color: #94691D;
}
</style>