Shades of Golden Brown #B0660D
Tints of Golden Brown #B0660D
RGB
CMYK
RGB Variations
Color information
#B0660D (or 0xB0660D) is known color: Golden Brown. HEX triplet: B0, 66 and 0D. RGB value is (176,102,13). Sum of RGB (Red+Green+Blue) = 176+102+13=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0660D is #4F99F2. Grayscale: #727272. Windows color (decimal): -5216755 or 878256. OLE color: 878256.
HSL color Cylindrical-coordinate representation of color #B0660D: hue angle of 32.76º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0660D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.31 |
| HSL | 32.76º | 0.86% | 0.37% | - |
| HSV(B) | 32.76º | 0.93% | 0.69% | - |
| XYZ | 22.73 | 18.76 | 2.8 | - |
| YUV | 113.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 13 | 0 | 0.42 | 0.93 | 0.31 | 32.76 | 0.86 | 0.37 |
| Hex | B0 | 66 | D | 0 | 2A | 5D | 1F | 21 | 56 | 25 |
| Octal | 260 | 146 | 15 | 0 | 52 | 135 | 37 | 41 | 126 | 45 |
| Binary | 10110000 | 1100110 | 1101 | 0 | 101010 | 1011101 | 11111 | 100001 | 1010110 | 100101 |
Color Harmonies of #B0660D
Complementary color
Monochromatic Colors of #B0660D
Black with #B0660D
Text Example
Text Example
White with #B0660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0660D; }
p { color: rgb(176,102,13); }
H1.HeaderClassName
{
color: #B0660D;
}
.AnyTagClassName
{
color: #B0660D;
}
</style>
background-color css
<style>
a { background-color: #B0660D; }
a { background-color: rgb(176,102,13); }
div.DivClassName
{
background-color: #B0660D;
}
.BgClassName
{
background-color: #B0660D;
}
</style>
border-color css
<style>
span { border-color: #B0660D; }
span { border-color: rgb(176,102,13); }
td.TdClassName
{
border-color: #B0660D;
}
.TagClassName
{
border-color: #B0660D;
}
</style>