Shades of Golden Brown #946702
Tints of Golden Brown #946702
RGB
CMYK
RGB Variations
Color information
#946702 (or 0x946702) is known color: Golden Brown. HEX triplet: 94, 67 and 02. RGB value is (148,103,2). Sum of RGB (Red+Green+Blue) = 148+103+2=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #946702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946702 is #6B98FD. Grayscale: #696969. Windows color (decimal): -7051518 or 157588. OLE color: 157588.
HSL color Cylindrical-coordinate representation of color #946702: hue angle of 41.51º degrees, saturation: 0.97, 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 #946702 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.42 |
| HSL | 41.51º | 0.97% | 0.29% | - |
| HSV(B) | 41.51º | 0.99% | 0.58% | - |
| XYZ | 17.07 | 16 | 2.25 | - |
| YUV | 104.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 2 | 0 | 0.30 | 0.99 | 0.42 | 41.51 | 0.97 | 0.29 |
| Hex | 94 | 67 | 2 | 0 | 1E | 63 | 2A | 2A | 61 | 1D |
| Octal | 224 | 147 | 2 | 0 | 36 | 143 | 52 | 52 | 141 | 35 |
| Binary | 10010100 | 1100111 | 10 | 0 | 11110 | 1100011 | 101010 | 101010 | 1100001 | 11101 |
Color Harmonies of #946702
Complementary color
Monochromatic Colors of #946702
Black with #946702
Text Example
Text Example
White with #946702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946702; }
p { color: rgb(148,103,2); }
H1.HeaderClassName
{
color: #946702;
}
.AnyTagClassName
{
color: #946702;
}
</style>
background-color css
<style>
a { background-color: #946702; }
a { background-color: rgb(148,103,2); }
div.DivClassName
{
background-color: #946702;
}
.BgClassName
{
background-color: #946702;
}
</style>
border-color css
<style>
span { border-color: #946702; }
span { border-color: rgb(148,103,2); }
td.TdClassName
{
border-color: #946702;
}
.TagClassName
{
border-color: #946702;
}
</style>