Shades of Reno Sand #B36635
Tints of Reno Sand #B36635
RGB
CMYK
RGB Variations
Color information
#B36635 (or 0xB36635) is known color: Reno Sand. HEX triplet: B3, 66 and 35. RGB value is (179,102,53). Sum of RGB (Red+Green+Blue) = 179+102+53=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36635 is #4C99CA. Grayscale: #777777. Windows color (decimal): -5020107 or 3499699. OLE color: 3499699.
HSL color Cylindrical-coordinate representation of color #B36635: hue angle of 23.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B36635 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 53 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.30 |
| HSL | 23.33º | 0.54% | 0.45% | - |
| HSV(B) | 23.33º | 0.7% | 0.7% | - |
| XYZ | 23.98 | 19.34 | 5.84 | - |
| YUV | 119.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 53 | 0 | 0.43 | 0.70 | 0.30 | 23.33 | 0.54 | 0.45 |
| Hex | B3 | 66 | 35 | 0 | 2B | 46 | 1E | 17 | 36 | 2D |
| Octal | 263 | 146 | 65 | 0 | 53 | 106 | 36 | 27 | 66 | 55 |
| Binary | 10110011 | 1100110 | 110101 | 0 | 101011 | 1000110 | 11110 | 10111 | 110110 | 101101 |
Color Harmonies of #B36635
Complementary color
Monochromatic Colors of #B36635
Black with #B36635
Text Example
Text Example
White with #B36635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36635; }
p { color: rgb(179,102,53); }
H1.HeaderClassName
{
color: #B36635;
}
.AnyTagClassName
{
color: #B36635;
}
</style>
background-color css
<style>
a { background-color: #B36635; }
a { background-color: rgb(179,102,53); }
div.DivClassName
{
background-color: #B36635;
}
.BgClassName
{
background-color: #B36635;
}
</style>
border-color css
<style>
span { border-color: #B36635; }
span { border-color: rgb(179,102,53); }
td.TdClassName
{
border-color: #B36635;
}
.TagClassName
{
border-color: #B36635;
}
</style>