Shades of Coral Tree #B6695D
Tints of Coral Tree #B6695D
RGB
CMYK
RGB Variations
Color information
#B6695D (or 0xB6695D) is known color: Coral Tree. HEX triplet: B6, 69 and 5D. RGB value is (182,105,93). Sum of RGB (Red+Green+Blue) = 182+105+93=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6695D is #4996A2. Grayscale: #7E7E7E. Windows color (decimal): -4822691 or 6121910. OLE color: 6121910.
HSL color Cylindrical-coordinate representation of color #B6695D: hue angle of 8.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6695D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 93 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.29 |
| HSL | 8.09º | 0.38% | 0.54% | - |
| HSV(B) | 8.09º | 0.49% | 0.71% | - |
| XYZ | 26.32 | 20.84 | 12.99 | - |
| YUV | 126.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 93 | 0 | 0.42 | 0.49 | 0.29 | 8.09 | 0.38 | 0.54 |
| Hex | B6 | 69 | 5D | 0 | 2A | 31 | 1D | 8 | 26 | 36 |
| Octal | 266 | 151 | 135 | 0 | 52 | 61 | 35 | 10 | 46 | 66 |
| Binary | 10110110 | 1101001 | 1011101 | 0 | 101010 | 110001 | 11101 | 1000 | 100110 | 110110 |
Color Harmonies of #B6695D
Complementary color
Monochromatic Colors of #B6695D
Black with #B6695D
Text Example
Text Example
White with #B6695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6695D; }
p { color: rgb(182,105,93); }
H1.HeaderClassName
{
color: #B6695D;
}
.AnyTagClassName
{
color: #B6695D;
}
</style>
background-color css
<style>
a { background-color: #B6695D; }
a { background-color: rgb(182,105,93); }
div.DivClassName
{
background-color: #B6695D;
}
.BgClassName
{
background-color: #B6695D;
}
</style>
border-color css
<style>
span { border-color: #B6695D; }
span { border-color: rgb(182,105,93); }
td.TdClassName
{
border-color: #B6695D;
}
.TagClassName
{
border-color: #B6695D;
}
</style>