Shades of Golden Brown #B36608
Tints of Golden Brown #B36608
RGB
CMYK
RGB Variations
Color information
#B36608 (or 0xB36608) is known color: Golden Brown. HEX triplet: B3, 66 and 08. RGB value is (179,102,8). Sum of RGB (Red+Green+Blue) = 179+102+8=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B36608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36608 is #4C99F7. Grayscale: #727272. Windows color (decimal): -5020152 or 550579. OLE color: 550579.
HSL color Cylindrical-coordinate representation of color #B36608: hue angle of 32.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B36608 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.30 |
| HSL | 32.98º | 0.91% | 0.37% | - |
| HSV(B) | 32.98º | 0.96% | 0.7% | - |
| XYZ | 23.39 | 19.1 | 2.68 | - |
| YUV | 114.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 8 | 0 | 0.43 | 0.96 | 0.30 | 32.98 | 0.91 | 0.37 |
| Hex | B3 | 66 | 8 | 0 | 2B | 60 | 1E | 21 | 5B | 25 |
| Octal | 263 | 146 | 10 | 0 | 53 | 140 | 36 | 41 | 133 | 45 |
| Binary | 10110011 | 1100110 | 1000 | 0 | 101011 | 1100000 | 11110 | 100001 | 1011011 | 100101 |
Color Harmonies of #B36608
Complementary color
Monochromatic Colors of #B36608
Black with #B36608
Text Example
Text Example
White with #B36608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36608; }
p { color: rgb(179,102,8); }
H1.HeaderClassName
{
color: #B36608;
}
.AnyTagClassName
{
color: #B36608;
}
</style>
background-color css
<style>
a { background-color: #B36608; }
a { background-color: rgb(179,102,8); }
div.DivClassName
{
background-color: #B36608;
}
.BgClassName
{
background-color: #B36608;
}
</style>
border-color css
<style>
span { border-color: #B36608; }
span { border-color: rgb(179,102,8); }
td.TdClassName
{
border-color: #B36608;
}
.TagClassName
{
border-color: #B36608;
}
</style>