Shades of Burning Sand #C6896A
Tints of Burning Sand #C6896A
RGB
CMYK
RGB Variations
Color information
#C6896A (or 0xC6896A) is known color: Burning Sand. HEX triplet: C6, 89 and 6A. RGB value is (198,137,106). Sum of RGB (Red+Green+Blue) = 198+137+106=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6896A is #397695. Grayscale: #979797. Windows color (decimal): -3765910 or 6982086. OLE color: 6982086.
HSL color Cylindrical-coordinate representation of color #C6896A: hue angle of 20.22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6896A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 106 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.22 |
| HSL | 20.22º | 0.45% | 0.6% | - |
| HSV(B) | 20.22º | 0.46% | 0.78% | - |
| XYZ | 34.84 | 30.94 | 17.77 | - |
| YUV | 151.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 106 | 0 | 0.31 | 0.46 | 0.22 | 20.22 | 0.45 | 0.6 |
| Hex | C6 | 89 | 6A | 0 | 1F | 2E | 16 | 14 | 2D | 3C |
| Octal | 306 | 211 | 152 | 0 | 37 | 56 | 26 | 24 | 55 | 74 |
| Binary | 11000110 | 10001001 | 1101010 | 0 | 11111 | 101110 | 10110 | 10100 | 101101 | 111100 |
Color Harmonies of #C6896A
Complementary color
Monochromatic Colors of #C6896A
Black with #C6896A
Text Example
Text Example
White with #C6896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6896A; }
p { color: rgb(198,137,106); }
H1.HeaderClassName
{
color: #C6896A;
}
.AnyTagClassName
{
color: #C6896A;
}
</style>
background-color css
<style>
a { background-color: #C6896A; }
a { background-color: rgb(198,137,106); }
div.DivClassName
{
background-color: #C6896A;
}
.BgClassName
{
background-color: #C6896A;
}
</style>
border-color css
<style>
span { border-color: #C6896A; }
span { border-color: rgb(198,137,106); }
td.TdClassName
{
border-color: #C6896A;
}
.TagClassName
{
border-color: #C6896A;
}
</style>