Shades of Golden Brown #B36708
Tints of Golden Brown #B36708
RGB
CMYK
RGB Variations
Color information
#B36708 (or 0xB36708) is known color: Golden Brown. HEX triplet: B3, 67 and 08. RGB value is (179,103,8). Sum of RGB (Red+Green+Blue) = 179+103+8=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B36708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36708 is #4C98F7. Grayscale: #737373. Windows color (decimal): -5019896 or 550835. OLE color: 550835.
HSL color Cylindrical-coordinate representation of color #B36708: hue angle of 33.33º 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 #B36708 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.30 |
| HSL | 33.33º | 0.91% | 0.37% | - |
| HSV(B) | 33.33º | 0.96% | 0.7% | - |
| XYZ | 23.48 | 19.3 | 2.72 | - |
| YUV | 114.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 8 | 0 | 0.42 | 0.96 | 0.30 | 33.33 | 0.91 | 0.37 |
| Hex | B3 | 67 | 8 | 0 | 2A | 60 | 1E | 21 | 5B | 25 |
| Octal | 263 | 147 | 10 | 0 | 52 | 140 | 36 | 41 | 133 | 45 |
| Binary | 10110011 | 1100111 | 1000 | 0 | 101010 | 1100000 | 11110 | 100001 | 1011011 | 100101 |
Color Harmonies of #B36708
Complementary color
Monochromatic Colors of #B36708
Black with #B36708
Text Example
Text Example
White with #B36708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36708; }
p { color: rgb(179,103,8); }
H1.HeaderClassName
{
color: #B36708;
}
.AnyTagClassName
{
color: #B36708;
}
</style>
background-color css
<style>
a { background-color: #B36708; }
a { background-color: rgb(179,103,8); }
div.DivClassName
{
background-color: #B36708;
}
.BgClassName
{
background-color: #B36708;
}
</style>
border-color css
<style>
span { border-color: #B36708; }
span { border-color: rgb(179,103,8); }
td.TdClassName
{
border-color: #B36708;
}
.TagClassName
{
border-color: #B36708;
}
</style>