Shades of Dark Wood #86634B
Tints of Dark Wood #86634B
RGB
CMYK
RGB Variations
Color information
#86634B (or 0x86634B) is known color: Dark Wood. HEX triplet: 86, 63 and 4B. RGB value is (134,99,75). Sum of RGB (Red+Green+Blue) = 134+99+75=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86634B is #799CB4. Grayscale: #6A6A6A. Windows color (decimal): -7969973 or 4940678. OLE color: 4940678.
HSL color Cylindrical-coordinate representation of color #86634B: hue angle of 24.41º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86634B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 75 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.47 |
| HSL | 24.41º | 0.28% | 0.41% | - |
| HSV(B) | 24.41º | 0.44% | 0.53% | - |
| XYZ | 15.56 | 14.5 | 8.64 | - |
| YUV | 106.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 75 | 0 | 0.26 | 0.44 | 0.47 | 24.41 | 0.28 | 0.41 |
| Hex | 86 | 63 | 4B | 0 | 1A | 2C | 2F | 18 | 1C | 29 |
| Octal | 206 | 143 | 113 | 0 | 32 | 54 | 57 | 30 | 34 | 51 |
| Binary | 10000110 | 1100011 | 1001011 | 0 | 11010 | 101100 | 101111 | 11000 | 11100 | 101001 |
Color Harmonies of #86634B
Complementary color
Monochromatic Colors of #86634B
Black with #86634B
Text Example
Text Example
White with #86634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86634B; }
p { color: rgb(134,99,75); }
H1.HeaderClassName
{
color: #86634B;
}
.AnyTagClassName
{
color: #86634B;
}
</style>
background-color css
<style>
a { background-color: #86634B; }
a { background-color: rgb(134,99,75); }
div.DivClassName
{
background-color: #86634B;
}
.BgClassName
{
background-color: #86634B;
}
</style>
border-color css
<style>
span { border-color: #86634B; }
span { border-color: rgb(134,99,75); }
td.TdClassName
{
border-color: #86634B;
}
.TagClassName
{
border-color: #86634B;
}
</style>