Shades of Golden Brown #B06607
Tints of Golden Brown #B06607
RGB
CMYK
RGB Variations
Color information
#B06607 (or 0xB06607) is known color: Golden Brown. HEX triplet: B0, 66 and 07. RGB value is (176,102,7). Sum of RGB (Red+Green+Blue) = 176+102+7=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06607 is #4F99F8. Grayscale: #717171. Windows color (decimal): -5216761 or 485040. OLE color: 485040.
HSL color Cylindrical-coordinate representation of color #B06607: hue angle of 33.73º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B06607 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 7 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.31 |
| HSL | 33.73º | 0.92% | 0.36% | - |
| HSV(B) | 33.73º | 0.96% | 0.69% | - |
| XYZ | 22.69 | 18.75 | 2.62 | - |
| YUV | 113.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 7 | 0 | 0.42 | 0.96 | 0.31 | 33.73 | 0.92 | 0.36 |
| Hex | B0 | 66 | 7 | 0 | 2A | 60 | 1F | 22 | 5C | 24 |
| Octal | 260 | 146 | 7 | 0 | 52 | 140 | 37 | 42 | 134 | 44 |
| Binary | 10110000 | 1100110 | 111 | 0 | 101010 | 1100000 | 11111 | 100010 | 1011100 | 100100 |
Color Harmonies of #B06607
Complementary color
Monochromatic Colors of #B06607
Black with #B06607
Text Example
Text Example
White with #B06607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06607; }
p { color: rgb(176,102,7); }
H1.HeaderClassName
{
color: #B06607;
}
.AnyTagClassName
{
color: #B06607;
}
</style>
background-color css
<style>
a { background-color: #B06607; }
a { background-color: rgb(176,102,7); }
div.DivClassName
{
background-color: #B06607;
}
.BgClassName
{
background-color: #B06607;
}
</style>
border-color css
<style>
span { border-color: #B06607; }
span { border-color: rgb(176,102,7); }
td.TdClassName
{
border-color: #B06607;
}
.TagClassName
{
border-color: #B06607;
}
</style>