Shades of Reno Sand #B06836
Tints of Reno Sand #B06836
RGB
CMYK
RGB Variations
Color information
#B06836 (or 0xB06836) is known color: Reno Sand. HEX triplet: B0, 68 and 36. RGB value is (176,104,54). Sum of RGB (Red+Green+Blue) = 176+104+54=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B06836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06836 is #4F97C9. Grayscale: #787878. Windows color (decimal): -5216202 or 3565744. OLE color: 3565744.
HSL color Cylindrical-coordinate representation of color #B06836: hue angle of 24.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B06836 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 54 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.31 |
| HSL | 24.59º | 0.53% | 0.45% | - |
| HSV(B) | 24.59º | 0.69% | 0.69% | - |
| XYZ | 23.52 | 19.4 | 5.99 | - |
| YUV | 119.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 54 | 0 | 0.41 | 0.69 | 0.31 | 24.59 | 0.53 | 0.45 |
| Hex | B0 | 68 | 36 | 0 | 29 | 45 | 1F | 19 | 35 | 2D |
| Octal | 260 | 150 | 66 | 0 | 51 | 105 | 37 | 31 | 65 | 55 |
| Binary | 10110000 | 1101000 | 110110 | 0 | 101001 | 1000101 | 11111 | 11001 | 110101 | 101101 |
Color Harmonies of #B06836
Complementary color
Monochromatic Colors of #B06836
Black with #B06836
Text Example
Text Example
White with #B06836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06836; }
p { color: rgb(176,104,54); }
H1.HeaderClassName
{
color: #B06836;
}
.AnyTagClassName
{
color: #B06836;
}
</style>
background-color css
<style>
a { background-color: #B06836; }
a { background-color: rgb(176,104,54); }
div.DivClassName
{
background-color: #B06836;
}
.BgClassName
{
background-color: #B06836;
}
</style>
border-color css
<style>
span { border-color: #B06836; }
span { border-color: rgb(176,104,54); }
td.TdClassName
{
border-color: #B06836;
}
.TagClassName
{
border-color: #B06836;
}
</style>