Shades of Sour Dough #C6AD96
Tints of Sour Dough #C6AD96
RGB
CMYK
RGB Variations
Color information
#C6AD96 (or 0xC6AD96) is known color: Sour Dough. HEX triplet: C6, AD and 96. RGB value is (198,173,150). Sum of RGB (Red+Green+Blue) = 198+173+150=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD96 is #395269. Grayscale: #B1B1B1. Windows color (decimal): -3756650 or 9874886. OLE color: 9874886.
HSL color Cylindrical-coordinate representation of color #C6AD96: hue angle of 28.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6AD96 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 150 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.22 |
| HSL | 28.75º | 0.3% | 0.68% | - |
| HSV(B) | 28.75º | 0.24% | 0.78% | - |
| XYZ | 43.74 | 44.09 | 35.06 | - |
| YUV | 177.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 150 | 0 | 0.13 | 0.24 | 0.22 | 28.75 | 0.3 | 0.68 |
| Hex | C6 | AD | 96 | 0 | D | 18 | 16 | 1D | 1E | 44 |
| Octal | 306 | 255 | 226 | 0 | 15 | 30 | 26 | 35 | 36 | 104 |
| Binary | 11000110 | 10101101 | 10010110 | 0 | 1101 | 11000 | 10110 | 11101 | 11110 | 1000100 |
Color Harmonies of #C6AD96
Complementary color
Monochromatic Colors of #C6AD96
Black with #C6AD96
Text Example
Text Example
White with #C6AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD96; }
p { color: rgb(198,173,150); }
H1.HeaderClassName
{
color: #C6AD96;
}
.AnyTagClassName
{
color: #C6AD96;
}
</style>
background-color css
<style>
a { background-color: #C6AD96; }
a { background-color: rgb(198,173,150); }
div.DivClassName
{
background-color: #C6AD96;
}
.BgClassName
{
background-color: #C6AD96;
}
</style>
border-color css
<style>
span { border-color: #C6AD96; }
span { border-color: rgb(198,173,150); }
td.TdClassName
{
border-color: #C6AD96;
}
.TagClassName
{
border-color: #C6AD96;
}
</style>