Shades of Golden Brown #946703
Tints of Golden Brown #946703
RGB
CMYK
RGB Variations
Color information
#946703 (or 0x946703) is known color: Golden Brown. HEX triplet: 94, 67 and 03. RGB value is (148,103,3). Sum of RGB (Red+Green+Blue) = 148+103+3=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #946703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946703 is #6B98FC. Grayscale: #696969. Windows color (decimal): -7051517 or 223124. OLE color: 223124.
HSL color Cylindrical-coordinate representation of color #946703: hue angle of 41.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #946703 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.42 |
| HSL | 41.38º | 0.96% | 0.3% | - |
| HSV(B) | 41.38º | 0.98% | 0.58% | - |
| XYZ | 17.08 | 16 | 2.27 | - |
| YUV | 105.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 3 | 0 | 0.30 | 0.98 | 0.42 | 41.38 | 0.96 | 0.3 |
| Hex | 94 | 67 | 3 | 0 | 1E | 62 | 2A | 29 | 60 | 1E |
| Octal | 224 | 147 | 3 | 0 | 36 | 142 | 52 | 51 | 140 | 36 |
| Binary | 10010100 | 1100111 | 11 | 0 | 11110 | 1100010 | 101010 | 101001 | 1100000 | 11110 |
Color Harmonies of #946703
Complementary color
Monochromatic Colors of #946703
Black with #946703
Text Example
Text Example
White with #946703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946703; }
p { color: rgb(148,103,3); }
H1.HeaderClassName
{
color: #946703;
}
.AnyTagClassName
{
color: #946703;
}
</style>
background-color css
<style>
a { background-color: #946703; }
a { background-color: rgb(148,103,3); }
div.DivClassName
{
background-color: #946703;
}
.BgClassName
{
background-color: #946703;
}
</style>
border-color css
<style>
span { border-color: #946703; }
span { border-color: rgb(148,103,3); }
td.TdClassName
{
border-color: #946703;
}
.TagClassName
{
border-color: #946703;
}
</style>