Shades of Golden Brown #B36614
Tints of Golden Brown #B36614
RGB
CMYK
RGB Variations
Color information
#B36614 (or 0xB36614) is known color: Golden Brown. HEX triplet: B3, 66 and 14. RGB value is (179,102,20). Sum of RGB (Red+Green+Blue) = 179+102+20=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B36614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36614 is #4C99EB. Grayscale: #747474. Windows color (decimal): -5020140 or 1337011. OLE color: 1337011.
HSL color Cylindrical-coordinate representation of color #B36614: hue angle of 30.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36614 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 20 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.30 |
| HSL | 30.94º | 0.8% | 0.39% | - |
| HSV(B) | 30.94º | 0.89% | 0.7% | - |
| XYZ | 23.47 | 19.14 | 3.12 | - |
| YUV | 115.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 20 | 0 | 0.43 | 0.89 | 0.30 | 30.94 | 0.8 | 0.39 |
| Hex | B3 | 66 | 14 | 0 | 2B | 59 | 1E | 1F | 50 | 27 |
| Octal | 263 | 146 | 24 | 0 | 53 | 131 | 36 | 37 | 120 | 47 |
| Binary | 10110011 | 1100110 | 10100 | 0 | 101011 | 1011001 | 11110 | 11111 | 1010000 | 100111 |
Color Harmonies of #B36614
Complementary color
Monochromatic Colors of #B36614
Black with #B36614
Text Example
Text Example
White with #B36614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36614; }
p { color: rgb(179,102,20); }
H1.HeaderClassName
{
color: #B36614;
}
.AnyTagClassName
{
color: #B36614;
}
</style>
background-color css
<style>
a { background-color: #B36614; }
a { background-color: rgb(179,102,20); }
div.DivClassName
{
background-color: #B36614;
}
.BgClassName
{
background-color: #B36614;
}
</style>
border-color css
<style>
span { border-color: #B36614; }
span { border-color: rgb(179,102,20); }
td.TdClassName
{
border-color: #B36614;
}
.TagClassName
{
border-color: #B36614;
}
</style>