Shades of Sand Dune #83756A
Tints of Sand Dune #83756A
RGB
CMYK
RGB Variations
Color information
#83756A (or 0x83756A) is known color: Sand Dune. HEX triplet: 83, 75 and 6A. RGB value is (131,117,106). Sum of RGB (Red+Green+Blue) = 131+117+106=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83756A is #7C8A95. Grayscale: #777777. Windows color (decimal): -8161942 or 6976899. OLE color: 6976899.
HSL color Cylindrical-coordinate representation of color #83756A: hue angle of 26.4º 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 #83756A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 106 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.49 |
| HSL | 26.4º | 0.11% | 0.46% | - |
| HSV(B) | 26.4º | 0.19% | 0.51% | - |
| XYZ | 18.32 | 18.59 | 16.26 | - |
| YUV | 119.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 106 | 0 | 0.11 | 0.19 | 0.49 | 26.4 | 0.11 | 0.46 |
| Hex | 83 | 75 | 6A | 0 | B | 13 | 31 | 1A | B | 2E |
| Octal | 203 | 165 | 152 | 0 | 13 | 23 | 61 | 32 | 13 | 56 |
| Binary | 10000011 | 1110101 | 1101010 | 0 | 1011 | 10011 | 110001 | 11010 | 1011 | 101110 |
Color Harmonies of #83756A
Complementary color
Monochromatic Colors of #83756A
Black with #83756A
Text Example
Text Example
White with #83756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83756A; }
p { color: rgb(131,117,106); }
H1.HeaderClassName
{
color: #83756A;
}
.AnyTagClassName
{
color: #83756A;
}
</style>
background-color css
<style>
a { background-color: #83756A; }
a { background-color: rgb(131,117,106); }
div.DivClassName
{
background-color: #83756A;
}
.BgClassName
{
background-color: #83756A;
}
</style>
border-color css
<style>
span { border-color: #83756A; }
span { border-color: rgb(131,117,106); }
td.TdClassName
{
border-color: #83756A;
}
.TagClassName
{
border-color: #83756A;
}
</style>