Shades of Golden Brown #B36610
Tints of Golden Brown #B36610
RGB
CMYK
RGB Variations
Color information
#B36610 (or 0xB36610) is known color: Golden Brown. HEX triplet: B3, 66 and 10. RGB value is (179,102,16). Sum of RGB (Red+Green+Blue) = 179+102+16=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B36610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36610 is #4C99EF. Grayscale: #737373. Windows color (decimal): -5020144 or 1074867. OLE color: 1074867.
HSL color Cylindrical-coordinate representation of color #B36610: hue angle of 31.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B36610 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.30 |
| HSL | 31.66º | 0.84% | 0.38% | - |
| HSV(B) | 31.66º | 0.91% | 0.7% | - |
| XYZ | 23.44 | 19.12 | 2.95 | - |
| YUV | 115.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 16 | 0 | 0.43 | 0.91 | 0.30 | 31.66 | 0.84 | 0.38 |
| Hex | B3 | 66 | 10 | 0 | 2B | 5B | 1E | 20 | 54 | 26 |
| Octal | 263 | 146 | 20 | 0 | 53 | 133 | 36 | 40 | 124 | 46 |
| Binary | 10110011 | 1100110 | 10000 | 0 | 101011 | 1011011 | 11110 | 100000 | 1010100 | 100110 |
Color Harmonies of #B36610
Complementary color
Monochromatic Colors of #B36610
Black with #B36610
Text Example
Text Example
White with #B36610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36610; }
p { color: rgb(179,102,16); }
H1.HeaderClassName
{
color: #B36610;
}
.AnyTagClassName
{
color: #B36610;
}
</style>
background-color css
<style>
a { background-color: #B36610; }
a { background-color: rgb(179,102,16); }
div.DivClassName
{
background-color: #B36610;
}
.BgClassName
{
background-color: #B36610;
}
</style>
border-color css
<style>
span { border-color: #B36610; }
span { border-color: rgb(179,102,16); }
td.TdClassName
{
border-color: #B36610;
}
.TagClassName
{
border-color: #B36610;
}
</style>