Shades of Sand Dune #83746A
Tints of Sand Dune #83746A
RGB
CMYK
RGB Variations
Color information
#83746A (or 0x83746A) is known color: Sand Dune. HEX triplet: 83, 74 and 6A. RGB value is (131,116,106). Sum of RGB (Red+Green+Blue) = 131+116+106=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83746A is #7C8B95. Grayscale: #777777. Windows color (decimal): -8162198 or 6976643. OLE color: 6976643.
HSL color Cylindrical-coordinate representation of color #83746A: hue angle of 24º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83746A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 106 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.49 |
| HSL | 24º | 0.11% | 0.46% | - |
| HSV(B) | 24º | 0.19% | 0.51% | - |
| XYZ | 18.21 | 18.36 | 16.22 | - |
| YUV | 119.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 106 | 0 | 0.11 | 0.19 | 0.49 | 24 | 0.11 | 0.46 |
| Hex | 83 | 74 | 6A | 0 | B | 13 | 31 | 18 | B | 2E |
| Octal | 203 | 164 | 152 | 0 | 13 | 23 | 61 | 30 | 13 | 56 |
| Binary | 10000011 | 1110100 | 1101010 | 0 | 1011 | 10011 | 110001 | 11000 | 1011 | 101110 |
Color Harmonies of #83746A
Complementary color
Monochromatic Colors of #83746A
Black with #83746A
Text Example
Text Example
White with #83746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83746A; }
p { color: rgb(131,116,106); }
H1.HeaderClassName
{
color: #83746A;
}
.AnyTagClassName
{
color: #83746A;
}
</style>
background-color css
<style>
a { background-color: #83746A; }
a { background-color: rgb(131,116,106); }
div.DivClassName
{
background-color: #83746A;
}
.BgClassName
{
background-color: #83746A;
}
</style>
border-color css
<style>
span { border-color: #83746A; }
span { border-color: rgb(131,116,106); }
td.TdClassName
{
border-color: #83746A;
}
.TagClassName
{
border-color: #83746A;
}
</style>