Shades of Reno Sand #B66931
Tints of Reno Sand #B66931
RGB
CMYK
RGB Variations
Color information
#B66931 (or 0xB66931) is known color: Reno Sand. HEX triplet: B6, 69 and 31. RGB value is (182,105,49). Sum of RGB (Red+Green+Blue) = 182+105+49=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B66931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66931 is #4996CE. Grayscale: #797979. Windows color (decimal): -4822735 or 3238326. OLE color: 3238326.
HSL color Cylindrical-coordinate representation of color #B66931: hue angle of 25.26º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B66931 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 49 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.29 |
| HSL | 25.26º | 0.58% | 0.45% | - |
| HSV(B) | 25.26º | 0.73% | 0.71% | - |
| XYZ | 24.9 | 20.27 | 5.51 | - |
| YUV | 121.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 49 | 0 | 0.42 | 0.73 | 0.29 | 25.26 | 0.58 | 0.45 |
| Hex | B6 | 69 | 31 | 0 | 2A | 49 | 1D | 19 | 3A | 2D |
| Octal | 266 | 151 | 61 | 0 | 52 | 111 | 35 | 31 | 72 | 55 |
| Binary | 10110110 | 1101001 | 110001 | 0 | 101010 | 1001001 | 11101 | 11001 | 111010 | 101101 |
Color Harmonies of #B66931
Complementary color
Monochromatic Colors of #B66931
Black with #B66931
Text Example
Text Example
White with #B66931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66931; }
p { color: rgb(182,105,49); }
H1.HeaderClassName
{
color: #B66931;
}
.AnyTagClassName
{
color: #B66931;
}
</style>
background-color css
<style>
a { background-color: #B66931; }
a { background-color: rgb(182,105,49); }
div.DivClassName
{
background-color: #B66931;
}
.BgClassName
{
background-color: #B66931;
}
</style>
border-color css
<style>
span { border-color: #B66931; }
span { border-color: rgb(182,105,49); }
td.TdClassName
{
border-color: #B66931;
}
.TagClassName
{
border-color: #B66931;
}
</style>