Shades of Golden Brown #946601
Tints of Golden Brown #946601
RGB
CMYK
RGB Variations
Color information
#946601 (or 0x946601) is known color: Golden Brown. HEX triplet: 94, 66 and 01. RGB value is (148,102,1). Sum of RGB (Red+Green+Blue) = 148+102+1=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #946601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946601 is #6B99FE. Grayscale: #686868. Windows color (decimal): -7051775 or 91796. OLE color: 91796.
HSL color Cylindrical-coordinate representation of color #946601: hue angle of 41.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #946601 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.42 |
| HSL | 41.22º | 0.99% | 0.29% | - |
| HSV(B) | 41.22º | 0.99% | 0.58% | - |
| XYZ | 16.97 | 15.8 | 2.18 | - |
| YUV | 104.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 1 | 0 | 0.31 | 0.99 | 0.42 | 41.22 | 0.99 | 0.29 |
| Hex | 94 | 66 | 1 | 0 | 1F | 63 | 2A | 29 | 63 | 1D |
| Octal | 224 | 146 | 1 | 0 | 37 | 143 | 52 | 51 | 143 | 35 |
| Binary | 10010100 | 1100110 | 1 | 0 | 11111 | 1100011 | 101010 | 101001 | 1100011 | 11101 |
Color Harmonies of #946601
Complementary color
Monochromatic Colors of #946601
Black with #946601
Text Example
Text Example
White with #946601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946601; }
p { color: rgb(148,102,1); }
H1.HeaderClassName
{
color: #946601;
}
.AnyTagClassName
{
color: #946601;
}
</style>
background-color css
<style>
a { background-color: #946601; }
a { background-color: rgb(148,102,1); }
div.DivClassName
{
background-color: #946601;
}
.BgClassName
{
background-color: #946601;
}
</style>
border-color css
<style>
span { border-color: #946601; }
span { border-color: rgb(148,102,1); }
td.TdClassName
{
border-color: #946601;
}
.TagClassName
{
border-color: #946601;
}
</style>