Shades of Reno Sand #B06624
Tints of Reno Sand #B06624
RGB
CMYK
RGB Variations
Color information
#B06624 (or 0xB06624) is known color: Reno Sand. HEX triplet: B0, 66 and 24. RGB value is (176,102,36). Sum of RGB (Red+Green+Blue) = 176+102+36=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06624 is #4F99DB. Grayscale: #747474. Windows color (decimal): -5216732 or 2385584. OLE color: 2385584.
HSL color Cylindrical-coordinate representation of color #B06624: hue angle of 28.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06624 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 36 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.31 |
| HSL | 28.29º | 0.66% | 0.42% | - |
| HSV(B) | 28.29º | 0.8% | 0.69% | - |
| XYZ | 22.97 | 18.86 | 4.1 | - |
| YUV | 116.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 36 | 0 | 0.42 | 0.80 | 0.31 | 28.29 | 0.66 | 0.42 |
| Hex | B0 | 66 | 24 | 0 | 2A | 50 | 1F | 1C | 42 | 2A |
| Octal | 260 | 146 | 44 | 0 | 52 | 120 | 37 | 34 | 102 | 52 |
| Binary | 10110000 | 1100110 | 100100 | 0 | 101010 | 1010000 | 11111 | 11100 | 1000010 | 101010 |
Color Harmonies of #B06624
Complementary color
Monochromatic Colors of #B06624
Black with #B06624
Text Example
Text Example
White with #B06624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06624; }
p { color: rgb(176,102,36); }
H1.HeaderClassName
{
color: #B06624;
}
.AnyTagClassName
{
color: #B06624;
}
</style>
background-color css
<style>
a { background-color: #B06624; }
a { background-color: rgb(176,102,36); }
div.DivClassName
{
background-color: #B06624;
}
.BgClassName
{
background-color: #B06624;
}
</style>
border-color css
<style>
span { border-color: #B06624; }
span { border-color: rgb(176,102,36); }
td.TdClassName
{
border-color: #B06624;
}
.TagClassName
{
border-color: #B06624;
}
</style>