Shades of Dark Wood #83664A
Tints of Dark Wood #83664A
RGB
CMYK
RGB Variations
Color information
#83664A (or 0x83664A) is known color: Dark Wood. HEX triplet: 83, 66 and 4A. RGB value is (131,102,74). Sum of RGB (Red+Green+Blue) = 131+102+74=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83664A is #7C99B5. Grayscale: #6B6B6B. Windows color (decimal): -8165814 or 4875907. OLE color: 4875907.
HSL color Cylindrical-coordinate representation of color #83664A: hue angle of 29.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83664A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 74 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.49 |
| HSL | 29.47º | 0.28% | 0.4% | - |
| HSV(B) | 29.47º | 0.44% | 0.51% | - |
| XYZ | 15.35 | 14.82 | 8.53 | - |
| YUV | 107.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 74 | 0 | 0.22 | 0.44 | 0.49 | 29.47 | 0.28 | 0.4 |
| Hex | 83 | 66 | 4A | 0 | 16 | 2C | 31 | 1D | 1C | 28 |
| Octal | 203 | 146 | 112 | 0 | 26 | 54 | 61 | 35 | 34 | 50 |
| Binary | 10000011 | 1100110 | 1001010 | 0 | 10110 | 101100 | 110001 | 11101 | 11100 | 101000 |
Color Harmonies of #83664A
Complementary color
Monochromatic Colors of #83664A
Black with #83664A
Text Example
Text Example
White with #83664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83664A; }
p { color: rgb(131,102,74); }
H1.HeaderClassName
{
color: #83664A;
}
.AnyTagClassName
{
color: #83664A;
}
</style>
background-color css
<style>
a { background-color: #83664A; }
a { background-color: rgb(131,102,74); }
div.DivClassName
{
background-color: #83664A;
}
.BgClassName
{
background-color: #83664A;
}
</style>
border-color css
<style>
span { border-color: #83664A; }
span { border-color: rgb(131,102,74); }
td.TdClassName
{
border-color: #83664A;
}
.TagClassName
{
border-color: #83664A;
}
</style>