Shades of Burning Sand #C68667
Tints of Burning Sand #C68667
RGB
CMYK
RGB Variations
Color information
#C68667 (or 0xC68667) is known color: Burning Sand. HEX triplet: C6, 86 and 67. RGB value is (198,134,103). Sum of RGB (Red+Green+Blue) = 198+134+103=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68667 is #397998. Grayscale: #959595. Windows color (decimal): -3766681 or 6784710. OLE color: 6784710.
HSL color Cylindrical-coordinate representation of color #C68667: hue angle of 19.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68667 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 103 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.22 |
| HSL | 19.58º | 0.45% | 0.59% | - |
| HSV(B) | 19.58º | 0.48% | 0.78% | - |
| XYZ | 34.26 | 30.04 | 16.82 | - |
| YUV | 149.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 103 | 0 | 0.32 | 0.48 | 0.22 | 19.58 | 0.45 | 0.59 |
| Hex | C6 | 86 | 67 | 0 | 20 | 30 | 16 | 14 | 2D | 3B |
| Octal | 306 | 206 | 147 | 0 | 40 | 60 | 26 | 24 | 55 | 73 |
| Binary | 11000110 | 10000110 | 1100111 | 0 | 100000 | 110000 | 10110 | 10100 | 101101 | 111011 |
Color Harmonies of #C68667
Complementary color
Monochromatic Colors of #C68667
Black with #C68667
Text Example
Text Example
White with #C68667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68667; }
p { color: rgb(198,134,103); }
H1.HeaderClassName
{
color: #C68667;
}
.AnyTagClassName
{
color: #C68667;
}
</style>
background-color css
<style>
a { background-color: #C68667; }
a { background-color: rgb(198,134,103); }
div.DivClassName
{
background-color: #C68667;
}
.BgClassName
{
background-color: #C68667;
}
</style>
border-color css
<style>
span { border-color: #C68667; }
span { border-color: rgb(198,134,103); }
td.TdClassName
{
border-color: #C68667;
}
.TagClassName
{
border-color: #C68667;
}
</style>