Shades of Golden Brown #B7690D
Tints of Golden Brown #B7690D
RGB
CMYK
RGB Variations
Color information
#B7690D (or 0xB7690D) is known color: Golden Brown. HEX triplet: B7, 69 and 0D. RGB value is (183,105,13). Sum of RGB (Red+Green+Blue) = 183+105+13=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7690D is #4896F2. Grayscale: #767676. Windows color (decimal): -4757235 or 879031. OLE color: 879031.
HSL color Cylindrical-coordinate representation of color #B7690D: hue angle of 32.47º 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 #B7690D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.28 |
| HSL | 32.47º | 0.87% | 0.38% | - |
| HSV(B) | 32.47º | 0.93% | 0.72% | - |
| XYZ | 24.65 | 20.2 | 2.98 | - |
| YUV | 117.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 13 | 0 | 0.43 | 0.93 | 0.28 | 32.47 | 0.87 | 0.38 |
| Hex | B7 | 69 | D | 0 | 2B | 5D | 1C | 20 | 57 | 26 |
| Octal | 267 | 151 | 15 | 0 | 53 | 135 | 34 | 40 | 127 | 46 |
| Binary | 10110111 | 1101001 | 1101 | 0 | 101011 | 1011101 | 11100 | 100000 | 1010111 | 100110 |
Color Harmonies of #B7690D
Complementary color
Monochromatic Colors of #B7690D
Black with #B7690D
Text Example
Text Example
White with #B7690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7690D; }
p { color: rgb(183,105,13); }
H1.HeaderClassName
{
color: #B7690D;
}
.AnyTagClassName
{
color: #B7690D;
}
</style>
background-color css
<style>
a { background-color: #B7690D; }
a { background-color: rgb(183,105,13); }
div.DivClassName
{
background-color: #B7690D;
}
.BgClassName
{
background-color: #B7690D;
}
</style>
border-color css
<style>
span { border-color: #B7690D; }
span { border-color: rgb(183,105,13); }
td.TdClassName
{
border-color: #B7690D;
}
.TagClassName
{
border-color: #B7690D;
}
</style>