Shades of Golden Brown #946C00
Tints of Golden Brown #946C00
RGB
CMYK
RGB Variations
Color information
#946C00 (or 0x946C00) is known color: Golden Brown. HEX triplet: 94, 6C and 00. RGB value is (148,108,0). Sum of RGB (Red+Green+Blue) = 148+108+0=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #946C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C00 is #6B93FF. Grayscale: #6C6C6C. Windows color (decimal): -7050240 or 27796. OLE color: 27796.
HSL color Cylindrical-coordinate representation of color #946C00: hue angle of 43.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #946C00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.42 |
| HSL | 43.78º | 1% | 0.29% | - |
| HSV(B) | 43.78º | 1% | 0.58% | - |
| XYZ | 17.58 | 17.02 | 2.36 | - |
| YUV | 107.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 0 | 0 | 0.27 | 1 | 0.42 | 43.78 | 1 | 0.29 |
| Hex | 94 | 6C | 0 | 0 | 1B | 64 | 2A | 2C | 64 | 1D |
| Octal | 224 | 154 | 0 | 0 | 33 | 144 | 52 | 54 | 144 | 35 |
| Binary | 10010100 | 1101100 | 0 | 0 | 11011 | 1100100 | 101010 | 101100 | 1100100 | 11101 |
Color Harmonies of #946C00
Complementary color
Monochromatic Colors of #946C00
Black with #946C00
Text Example
Text Example
White with #946C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C00; }
p { color: rgb(148,108,0); }
H1.HeaderClassName
{
color: #946C00;
}
.AnyTagClassName
{
color: #946C00;
}
</style>
background-color css
<style>
a { background-color: #946C00; }
a { background-color: rgb(148,108,0); }
div.DivClassName
{
background-color: #946C00;
}
.BgClassName
{
background-color: #946C00;
}
</style>
border-color css
<style>
span { border-color: #946C00; }
span { border-color: rgb(148,108,0); }
td.TdClassName
{
border-color: #946C00;
}
.TagClassName
{
border-color: #946C00;
}
</style>