Shades of Reno Sand #B66D28
Tints of Reno Sand #B66D28
RGB
CMYK
RGB Variations
Color information
#B66D28 (or 0xB66D28) is known color: Reno Sand. HEX triplet: B6, 6D and 28. RGB value is (182,109,40). Sum of RGB (Red+Green+Blue) = 182+109+40=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D28 is #4992D7. Grayscale: #7B7B7B. Windows color (decimal): -4821720 or 2649526. OLE color: 2649526.
HSL color Cylindrical-coordinate representation of color #B66D28: hue angle of 29.15º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66D28 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 40 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.29 |
| HSL | 29.15º | 0.64% | 0.44% | - |
| HSV(B) | 29.15º | 0.78% | 0.71% | - |
| XYZ | 25.14 | 21.04 | 4.74 | - |
| YUV | 122.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 40 | 0 | 0.40 | 0.78 | 0.29 | 29.15 | 0.64 | 0.44 |
| Hex | B6 | 6D | 28 | 0 | 28 | 4E | 1D | 1D | 40 | 2C |
| Octal | 266 | 155 | 50 | 0 | 50 | 116 | 35 | 35 | 100 | 54 |
| Binary | 10110110 | 1101101 | 101000 | 0 | 101000 | 1001110 | 11101 | 11101 | 1000000 | 101100 |
Color Harmonies of #B66D28
Complementary color
Monochromatic Colors of #B66D28
Black with #B66D28
Text Example
Text Example
White with #B66D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D28; }
p { color: rgb(182,109,40); }
H1.HeaderClassName
{
color: #B66D28;
}
.AnyTagClassName
{
color: #B66D28;
}
</style>
background-color css
<style>
a { background-color: #B66D28; }
a { background-color: rgb(182,109,40); }
div.DivClassName
{
background-color: #B66D28;
}
.BgClassName
{
background-color: #B66D28;
}
</style>
border-color css
<style>
span { border-color: #B66D28; }
span { border-color: rgb(182,109,40); }
td.TdClassName
{
border-color: #B66D28;
}
.TagClassName
{
border-color: #B66D28;
}
</style>