Shades of Coral Tree #B6685E
Tints of Coral Tree #B6685E
RGB
CMYK
RGB Variations
Color information
#B6685E (or 0xB6685E) is known color: Coral Tree. HEX triplet: B6, 68 and 5E. RGB value is (182,104,94). Sum of RGB (Red+Green+Blue) = 182+104+94=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6685E is #4997A1. Grayscale: #7E7E7E. Windows color (decimal): -4822946 or 6187190. OLE color: 6187190.
HSL color Cylindrical-coordinate representation of color #B6685E: hue angle of 6.82º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6685E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 94 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.29 |
| HSL | 6.82º | 0.38% | 0.54% | - |
| HSV(B) | 6.82º | 0.48% | 0.71% | - |
| XYZ | 26.26 | 20.65 | 13.19 | - |
| YUV | 126.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 94 | 0 | 0.43 | 0.48 | 0.29 | 6.82 | 0.38 | 0.54 |
| Hex | B6 | 68 | 5E | 0 | 2B | 30 | 1D | 7 | 26 | 36 |
| Octal | 266 | 150 | 136 | 0 | 53 | 60 | 35 | 7 | 46 | 66 |
| Binary | 10110110 | 1101000 | 1011110 | 0 | 101011 | 110000 | 11101 | 111 | 100110 | 110110 |
Color Harmonies of #B6685E
Complementary color
Monochromatic Colors of #B6685E
Black with #B6685E
Text Example
Text Example
White with #B6685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6685E; }
p { color: rgb(182,104,94); }
H1.HeaderClassName
{
color: #B6685E;
}
.AnyTagClassName
{
color: #B6685E;
}
</style>
background-color css
<style>
a { background-color: #B6685E; }
a { background-color: rgb(182,104,94); }
div.DivClassName
{
background-color: #B6685E;
}
.BgClassName
{
background-color: #B6685E;
}
</style>
border-color css
<style>
span { border-color: #B6685E; }
span { border-color: rgb(182,104,94); }
td.TdClassName
{
border-color: #B6685E;
}
.TagClassName
{
border-color: #B6685E;
}
</style>