Shades of Reno Sand #B36628
Tints of Reno Sand #B36628
RGB
CMYK
RGB Variations
Color information
#B36628 (or 0xB36628) is known color: Reno Sand. HEX triplet: B3, 66 and 28. RGB value is (179,102,40). Sum of RGB (Red+Green+Blue) = 179+102+40=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B36628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36628 is #4C99D7. Grayscale: #767676. Windows color (decimal): -5020120 or 2647731. OLE color: 2647731.
HSL color Cylindrical-coordinate representation of color #B36628: hue angle of 26.76º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B36628 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 40 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.30 |
| HSL | 26.76º | 0.63% | 0.43% | - |
| HSV(B) | 26.76º | 0.78% | 0.7% | - |
| XYZ | 23.72 | 19.24 | 4.47 | - |
| YUV | 117.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 40 | 0 | 0.43 | 0.78 | 0.30 | 26.76 | 0.63 | 0.43 |
| Hex | B3 | 66 | 28 | 0 | 2B | 4E | 1E | 1B | 3F | 2B |
| Octal | 263 | 146 | 50 | 0 | 53 | 116 | 36 | 33 | 77 | 53 |
| Binary | 10110011 | 1100110 | 101000 | 0 | 101011 | 1001110 | 11110 | 11011 | 111111 | 101011 |
Color Harmonies of #B36628
Complementary color
Monochromatic Colors of #B36628
Black with #B36628
Text Example
Text Example
White with #B36628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36628; }
p { color: rgb(179,102,40); }
H1.HeaderClassName
{
color: #B36628;
}
.AnyTagClassName
{
color: #B36628;
}
</style>
background-color css
<style>
a { background-color: #B36628; }
a { background-color: rgb(179,102,40); }
div.DivClassName
{
background-color: #B36628;
}
.BgClassName
{
background-color: #B36628;
}
</style>
border-color css
<style>
span { border-color: #B36628; }
span { border-color: rgb(179,102,40); }
td.TdClassName
{
border-color: #B36628;
}
.TagClassName
{
border-color: #B36628;
}
</style>