Shades of Old Brick #86343C
Tints of Old Brick #86343C
RGB
CMYK
RGB Variations
Color information
#86343C (or 0x86343C) is known color: Old Brick. HEX triplet: 86, 34 and 3C. RGB value is (134,52,60). Sum of RGB (Red+Green+Blue) = 134+52+60=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343C is #79CBC3. Grayscale: #4D4D4D. Windows color (decimal): -7982020 or 3945606. OLE color: 3945606.
HSL color Cylindrical-coordinate representation of color #86343C: hue angle of 354.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86343C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 60 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.47 |
| HSL | 354.15º | 0.44% | 0.36% | - |
| HSV(B) | 354.15º | 0.61% | 0.53% | - |
| XYZ | 11.88 | 7.85 | 5.16 | - |
| YUV | 77.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 60 | 0 | 0.61 | 0.55 | 0.47 | 354.15 | 0.44 | 0.36 |
| Hex | 86 | 34 | 3C | 0 | 3D | 37 | 2F | 162 | 2C | 24 |
| Octal | 206 | 64 | 74 | 0 | 75 | 67 | 57 | 542 | 54 | 44 |
| Binary | 10000110 | 110100 | 111100 | 0 | 111101 | 110111 | 101111 | 101100010 | 101100 | 100100 |
Color Harmonies of #86343C
Complementary color
Monochromatic Colors of #86343C
Black with #86343C
Text Example
Text Example
White with #86343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86343C; }
p { color: rgb(134,52,60); }
H1.HeaderClassName
{
color: #86343C;
}
.AnyTagClassName
{
color: #86343C;
}
</style>
background-color css
<style>
a { background-color: #86343C; }
a { background-color: rgb(134,52,60); }
div.DivClassName
{
background-color: #86343C;
}
.BgClassName
{
background-color: #86343C;
}
</style>
border-color css
<style>
span { border-color: #86343C; }
span { border-color: rgb(134,52,60); }
td.TdClassName
{
border-color: #86343C;
}
.TagClassName
{
border-color: #86343C;
}
</style>