Shades of Reno Sand #B06627
Tints of Reno Sand #B06627
RGB
CMYK
RGB Variations
Color information
#B06627 (or 0xB06627) is known color: Reno Sand. HEX triplet: B0, 66 and 27. RGB value is (176,102,39). Sum of RGB (Red+Green+Blue) = 176+102+39=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06627 is #4F99D8. Grayscale: #757575. Windows color (decimal): -5216729 or 2582192. OLE color: 2582192.
HSL color Cylindrical-coordinate representation of color #B06627: hue angle of 27.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06627 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 39 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.31 |
| HSL | 27.59º | 0.64% | 0.42% | - |
| HSV(B) | 27.59º | 0.78% | 0.69% | - |
| XYZ | 23.02 | 18.88 | 4.35 | - |
| YUV | 116.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 39 | 0 | 0.42 | 0.78 | 0.31 | 27.59 | 0.64 | 0.42 |
| Hex | B0 | 66 | 27 | 0 | 2A | 4E | 1F | 1C | 40 | 2A |
| Octal | 260 | 146 | 47 | 0 | 52 | 116 | 37 | 34 | 100 | 52 |
| Binary | 10110000 | 1100110 | 100111 | 0 | 101010 | 1001110 | 11111 | 11100 | 1000000 | 101010 |
Color Harmonies of #B06627
Complementary color
Monochromatic Colors of #B06627
Black with #B06627
Text Example
Text Example
White with #B06627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06627; }
p { color: rgb(176,102,39); }
H1.HeaderClassName
{
color: #B06627;
}
.AnyTagClassName
{
color: #B06627;
}
</style>
background-color css
<style>
a { background-color: #B06627; }
a { background-color: rgb(176,102,39); }
div.DivClassName
{
background-color: #B06627;
}
.BgClassName
{
background-color: #B06627;
}
</style>
border-color css
<style>
span { border-color: #B06627; }
span { border-color: rgb(176,102,39); }
td.TdClassName
{
border-color: #B06627;
}
.TagClassName
{
border-color: #B06627;
}
</style>