Shades of Sand Dune #807365
Tints of Sand Dune #807365
RGB
CMYK
RGB Variations
Color information
#807365 (or 0x807365) is known color: Sand Dune. HEX triplet: 80, 73 and 65. RGB value is (128,115,101). Sum of RGB (Red+Green+Blue) = 128+115+101=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807365 is #7F8C9A. Grayscale: #757575. Windows color (decimal): -8359067 or 6648704. OLE color: 6648704.
HSL color Cylindrical-coordinate representation of color #807365: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807365 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 101 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.50 |
| HSL | 31.11º | 0.12% | 0.45% | - |
| HSV(B) | 31.11º | 0.21% | 0.5% | - |
| XYZ | 17.38 | 17.79 | 14.83 | - |
| YUV | 117.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 101 | 0 | 0.10 | 0.21 | 0.50 | 31.11 | 0.12 | 0.45 |
| Hex | 80 | 73 | 65 | 0 | A | 15 | 32 | 1F | C | 2D |
| Octal | 200 | 163 | 145 | 0 | 12 | 25 | 62 | 37 | 14 | 55 |
| Binary | 10000000 | 1110011 | 1100101 | 0 | 1010 | 10101 | 110010 | 11111 | 1100 | 101101 |
Color Harmonies of #807365
Complementary color
Monochromatic Colors of #807365
Black with #807365
Text Example
Text Example
White with #807365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807365; }
p { color: rgb(128,115,101); }
H1.HeaderClassName
{
color: #807365;
}
.AnyTagClassName
{
color: #807365;
}
</style>
background-color css
<style>
a { background-color: #807365; }
a { background-color: rgb(128,115,101); }
div.DivClassName
{
background-color: #807365;
}
.BgClassName
{
background-color: #807365;
}
</style>
border-color css
<style>
span { border-color: #807365; }
span { border-color: rgb(128,115,101); }
td.TdClassName
{
border-color: #807365;
}
.TagClassName
{
border-color: #807365;
}
</style>