Shades of Tuscany #B6694A
Tints of Tuscany #B6694A
RGB
CMYK
RGB Variations
Color information
#B6694A (or 0xB6694A) is known color: Tuscany. HEX triplet: B6, 69 and 4A. RGB value is (182,105,74). Sum of RGB (Red+Green+Blue) = 182+105+74=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6694A is #4996B5. Grayscale: #7C7C7C. Windows color (decimal): -4822710 or 4876726. OLE color: 4876726.
HSL color Cylindrical-coordinate representation of color #B6694A: hue angle of 17.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6694A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 74 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.29 |
| HSL | 17.22º | 0.43% | 0.5% | - |
| HSV(B) | 17.22º | 0.59% | 0.71% | - |
| XYZ | 25.58 | 20.54 | 9.1 | - |
| YUV | 124.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 74 | 0 | 0.42 | 0.59 | 0.29 | 17.22 | 0.43 | 0.5 |
| Hex | B6 | 69 | 4A | 0 | 2A | 3B | 1D | 11 | 2B | 32 |
| Octal | 266 | 151 | 112 | 0 | 52 | 73 | 35 | 21 | 53 | 62 |
| Binary | 10110110 | 1101001 | 1001010 | 0 | 101010 | 111011 | 11101 | 10001 | 101011 | 110010 |
Color Harmonies of #B6694A
Complementary color
Monochromatic Colors of #B6694A
Black with #B6694A
Text Example
Text Example
White with #B6694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6694A; }
p { color: rgb(182,105,74); }
H1.HeaderClassName
{
color: #B6694A;
}
.AnyTagClassName
{
color: #B6694A;
}
</style>
background-color css
<style>
a { background-color: #B6694A; }
a { background-color: rgb(182,105,74); }
div.DivClassName
{
background-color: #B6694A;
}
.BgClassName
{
background-color: #B6694A;
}
</style>
border-color css
<style>
span { border-color: #B6694A; }
span { border-color: rgb(182,105,74); }
td.TdClassName
{
border-color: #B6694A;
}
.TagClassName
{
border-color: #B6694A;
}
</style>