Shades of Golden Brown #945601
Tints of Golden Brown #945601
RGB
CMYK
RGB Variations
Color information
#945601 (or 0x945601) is known color: Golden Brown. HEX triplet: 94, 56 and 01. RGB value is (148,86,1). Sum of RGB (Red+Green+Blue) = 148+86+1=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #945601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945601 is #6BA9FE. Grayscale: #5F5F5F. Windows color (decimal): -7055871 or 87700. OLE color: 87700.
HSL color Cylindrical-coordinate representation of color #945601: hue angle of 34.69º 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 #945601 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.42 |
| HSL | 34.69º | 0.99% | 0.29% | - |
| HSV(B) | 34.69º | 0.99% | 0.58% | - |
| XYZ | 15.55 | 12.95 | 1.71 | - |
| YUV | 94.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 1 | 0 | 0.42 | 0.99 | 0.42 | 34.69 | 0.99 | 0.29 |
| Hex | 94 | 56 | 1 | 0 | 2A | 63 | 2A | 23 | 63 | 1D |
| Octal | 224 | 126 | 1 | 0 | 52 | 143 | 52 | 43 | 143 | 35 |
| Binary | 10010100 | 1010110 | 1 | 0 | 101010 | 1100011 | 101010 | 100011 | 1100011 | 11101 |
Color Harmonies of #945601
Complementary color
Monochromatic Colors of #945601
Black with #945601
Text Example
Text Example
White with #945601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945601; }
p { color: rgb(148,86,1); }
H1.HeaderClassName
{
color: #945601;
}
.AnyTagClassName
{
color: #945601;
}
</style>
background-color css
<style>
a { background-color: #945601; }
a { background-color: rgb(148,86,1); }
div.DivClassName
{
background-color: #945601;
}
.BgClassName
{
background-color: #945601;
}
</style>
border-color css
<style>
span { border-color: #945601; }
span { border-color: rgb(148,86,1); }
td.TdClassName
{
border-color: #945601;
}
.TagClassName
{
border-color: #945601;
}
</style>