Shades of Golden Brown #B7680D
Tints of Golden Brown #B7680D
RGB
CMYK
RGB Variations
Color information
#B7680D (or 0xB7680D) is known color: Golden Brown. HEX triplet: B7, 68 and 0D. RGB value is (183,104,13). Sum of RGB (Red+Green+Blue) = 183+104+13=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7680D is #4897F2. Grayscale: #757575. Windows color (decimal): -4757491 or 878775. OLE color: 878775.
HSL color Cylindrical-coordinate representation of color #B7680D: hue angle of 32.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7680D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.28 |
| HSL | 32.12º | 0.87% | 0.38% | - |
| HSV(B) | 32.12º | 0.93% | 0.72% | - |
| XYZ | 24.55 | 20 | 2.95 | - |
| YUV | 117.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 13 | 0 | 0.43 | 0.93 | 0.28 | 32.12 | 0.87 | 0.38 |
| Hex | B7 | 68 | D | 0 | 2B | 5D | 1C | 20 | 57 | 26 |
| Octal | 267 | 150 | 15 | 0 | 53 | 135 | 34 | 40 | 127 | 46 |
| Binary | 10110111 | 1101000 | 1101 | 0 | 101011 | 1011101 | 11100 | 100000 | 1010111 | 100110 |
Color Harmonies of #B7680D
Complementary color
Monochromatic Colors of #B7680D
Black with #B7680D
Text Example
Text Example
White with #B7680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7680D; }
p { color: rgb(183,104,13); }
H1.HeaderClassName
{
color: #B7680D;
}
.AnyTagClassName
{
color: #B7680D;
}
</style>
background-color css
<style>
a { background-color: #B7680D; }
a { background-color: rgb(183,104,13); }
div.DivClassName
{
background-color: #B7680D;
}
.BgClassName
{
background-color: #B7680D;
}
</style>
border-color css
<style>
span { border-color: #B7680D; }
span { border-color: rgb(183,104,13); }
td.TdClassName
{
border-color: #B7680D;
}
.TagClassName
{
border-color: #B7680D;
}
</style>