Shades of Reno Sand #B06921
Tints of Reno Sand #B06921
RGB
CMYK
RGB Variations
Color information
#B06921 (or 0xB06921) is known color: Reno Sand. HEX triplet: B0, 69 and 21. RGB value is (176,105,33). Sum of RGB (Red+Green+Blue) = 176+105+33=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06921 is #4F96DE. Grayscale: #767676. Windows color (decimal): -5215967 or 2189744. OLE color: 2189744.
HSL color Cylindrical-coordinate representation of color #B06921: hue angle of 30.21º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B06921 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 33 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.31 |
| HSL | 30.21º | 0.68% | 0.41% | - |
| HSV(B) | 30.21º | 0.81% | 0.69% | - |
| XYZ | 23.23 | 19.44 | 3.97 | - |
| YUV | 118.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 33 | 0 | 0.40 | 0.81 | 0.31 | 30.21 | 0.68 | 0.41 |
| Hex | B0 | 69 | 21 | 0 | 28 | 51 | 1F | 1E | 44 | 29 |
| Octal | 260 | 151 | 41 | 0 | 50 | 121 | 37 | 36 | 104 | 51 |
| Binary | 10110000 | 1101001 | 100001 | 0 | 101000 | 1010001 | 11111 | 11110 | 1000100 | 101001 |
Color Harmonies of #B06921
Complementary color
Monochromatic Colors of #B06921
Black with #B06921
Text Example
Text Example
White with #B06921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06921; }
p { color: rgb(176,105,33); }
H1.HeaderClassName
{
color: #B06921;
}
.AnyTagClassName
{
color: #B06921;
}
</style>
background-color css
<style>
a { background-color: #B06921; }
a { background-color: rgb(176,105,33); }
div.DivClassName
{
background-color: #B06921;
}
.BgClassName
{
background-color: #B06921;
}
</style>
border-color css
<style>
span { border-color: #B06921; }
span { border-color: rgb(176,105,33); }
td.TdClassName
{
border-color: #B06921;
}
.TagClassName
{
border-color: #B06921;
}
</style>