Shades of Golden Brown #945F06
Tints of Golden Brown #945F06
RGB
CMYK
RGB Variations
Color information
#945F06 (or 0x945F06) is known color: Golden Brown. HEX triplet: 94, 5F and 06. RGB value is (148,95,6). Sum of RGB (Red+Green+Blue) = 148+95+6=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #945F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F06 is #6BA0F9. Grayscale: #656565. Windows color (decimal): -7053562 or 417684. OLE color: 417684.
HSL color Cylindrical-coordinate representation of color #945F06: hue angle of 37.61º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #945F06 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 6 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.42 |
| HSL | 37.61º | 0.92% | 0.3% | - |
| HSV(B) | 37.61º | 0.96% | 0.58% | - |
| XYZ | 16.34 | 14.49 | 2.11 | - |
| YUV | 100.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 6 | 0 | 0.36 | 0.96 | 0.42 | 37.61 | 0.92 | 0.3 |
| Hex | 94 | 5F | 6 | 0 | 24 | 60 | 2A | 26 | 5C | 1E |
| Octal | 224 | 137 | 6 | 0 | 44 | 140 | 52 | 46 | 134 | 36 |
| Binary | 10010100 | 1011111 | 110 | 0 | 100100 | 1100000 | 101010 | 100110 | 1011100 | 11110 |
Color Harmonies of #945F06
Complementary color
Monochromatic Colors of #945F06
Black with #945F06
Text Example
Text Example
White with #945F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F06; }
p { color: rgb(148,95,6); }
H1.HeaderClassName
{
color: #945F06;
}
.AnyTagClassName
{
color: #945F06;
}
</style>
background-color css
<style>
a { background-color: #945F06; }
a { background-color: rgb(148,95,6); }
div.DivClassName
{
background-color: #945F06;
}
.BgClassName
{
background-color: #945F06;
}
</style>
border-color css
<style>
span { border-color: #945F06; }
span { border-color: rgb(148,95,6); }
td.TdClassName
{
border-color: #945F06;
}
.TagClassName
{
border-color: #945F06;
}
</style>