Shades of Reno Sand #B06633
Tints of Reno Sand #B06633
RGB
CMYK
RGB Variations
Color information
#B06633 (or 0xB06633) is known color: Reno Sand. HEX triplet: B0, 66 and 33. RGB value is (176,102,51). Sum of RGB (Red+Green+Blue) = 176+102+51=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06633 is #4F99CC. Grayscale: #767676. Windows color (decimal): -5216717 or 3368624. OLE color: 3368624.
HSL color Cylindrical-coordinate representation of color #B06633: hue angle of 24.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B06633 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 51 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.31 |
| HSL | 24.48º | 0.55% | 0.45% | - |
| HSV(B) | 24.48º | 0.71% | 0.69% | - |
| XYZ | 23.25 | 18.97 | 5.57 | - |
| YUV | 118.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 51 | 0 | 0.42 | 0.71 | 0.31 | 24.48 | 0.55 | 0.45 |
| Hex | B0 | 66 | 33 | 0 | 2A | 47 | 1F | 18 | 37 | 2D |
| Octal | 260 | 146 | 63 | 0 | 52 | 107 | 37 | 30 | 67 | 55 |
| Binary | 10110000 | 1100110 | 110011 | 0 | 101010 | 1000111 | 11111 | 11000 | 110111 | 101101 |
Color Harmonies of #B06633
Complementary color
Monochromatic Colors of #B06633
Black with #B06633
Text Example
Text Example
White with #B06633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06633; }
p { color: rgb(176,102,51); }
H1.HeaderClassName
{
color: #B06633;
}
.AnyTagClassName
{
color: #B06633;
}
</style>
background-color css
<style>
a { background-color: #B06633; }
a { background-color: rgb(176,102,51); }
div.DivClassName
{
background-color: #B06633;
}
.BgClassName
{
background-color: #B06633;
}
</style>
border-color css
<style>
span { border-color: #B06633; }
span { border-color: rgb(176,102,51); }
td.TdClassName
{
border-color: #B06633;
}
.TagClassName
{
border-color: #B06633;
}
</style>