Shades of Burning Sand #C6826F
Tints of Burning Sand #C6826F
RGB
CMYK
RGB Variations
Color information
#C6826F (or 0xC6826F) is known color: Burning Sand. HEX triplet: C6, 82 and 6F. RGB value is (198,130,111). Sum of RGB (Red+Green+Blue) = 198+130+111=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6826F is #397D90. Grayscale: #949494. Windows color (decimal): -3767697 or 7307974. OLE color: 7307974.
HSL color Cylindrical-coordinate representation of color #C6826F: hue angle of 13.1º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6826F is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 111 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.22 |
| HSL | 13.1º | 0.43% | 0.61% | - |
| HSV(B) | 13.1º | 0.44% | 0.78% | - |
| XYZ | 34.14 | 29.12 | 18.86 | - |
| YUV | 148.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 111 | 0 | 0.34 | 0.44 | 0.22 | 13.1 | 0.43 | 0.61 |
| Hex | C6 | 82 | 6F | 0 | 22 | 2C | 16 | D | 2B | 3D |
| Octal | 306 | 202 | 157 | 0 | 42 | 54 | 26 | 15 | 53 | 75 |
| Binary | 11000110 | 10000010 | 1101111 | 0 | 100010 | 101100 | 10110 | 1101 | 101011 | 111101 |
Color Harmonies of #C6826F
Complementary color
Monochromatic Colors of #C6826F
Black with #C6826F
Text Example
Text Example
White with #C6826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6826F; }
p { color: rgb(198,130,111); }
H1.HeaderClassName
{
color: #C6826F;
}
.AnyTagClassName
{
color: #C6826F;
}
</style>
background-color css
<style>
a { background-color: #C6826F; }
a { background-color: rgb(198,130,111); }
div.DivClassName
{
background-color: #C6826F;
}
.BgClassName
{
background-color: #C6826F;
}
</style>
border-color css
<style>
span { border-color: #C6826F; }
span { border-color: rgb(198,130,111); }
td.TdClassName
{
border-color: #C6826F;
}
.TagClassName
{
border-color: #C6826F;
}
</style>