Shades of Sour Dough #C6B696
Tints of Sour Dough #C6B696
RGB
CMYK
RGB Variations
Color information
#C6B696 (or 0xC6B696) is known color: Sour Dough. HEX triplet: C6, B6 and 96. RGB value is (198,182,150). Sum of RGB (Red+Green+Blue) = 198+182+150=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B696 is #394969. Grayscale: #B7B7B7. Windows color (decimal): -3754346 or 9877190. OLE color: 9877190.
HSL color Cylindrical-coordinate representation of color #C6B696: hue angle of 40º 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 #C6B696 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 150 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.22 |
| HSL | 40º | 0.3% | 0.68% | - |
| HSV(B) | 40º | 0.24% | 0.78% | - |
| XYZ | 45.52 | 47.66 | 35.65 | - |
| YUV | 183.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 150 | 0 | 0.08 | 0.24 | 0.22 | 40 | 0.3 | 0.68 |
| Hex | C6 | B6 | 96 | 0 | 8 | 18 | 16 | 28 | 1E | 44 |
| Octal | 306 | 266 | 226 | 0 | 10 | 30 | 26 | 50 | 36 | 104 |
| Binary | 11000110 | 10110110 | 10010110 | 0 | 1000 | 11000 | 10110 | 101000 | 11110 | 1000100 |
Color Harmonies of #C6B696
Complementary color
Monochromatic Colors of #C6B696
Black with #C6B696
Text Example
Text Example
White with #C6B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B696; }
p { color: rgb(198,182,150); }
H1.HeaderClassName
{
color: #C6B696;
}
.AnyTagClassName
{
color: #C6B696;
}
</style>
background-color css
<style>
a { background-color: #C6B696; }
a { background-color: rgb(198,182,150); }
div.DivClassName
{
background-color: #C6B696;
}
.BgClassName
{
background-color: #C6B696;
}
</style>
border-color css
<style>
span { border-color: #C6B696; }
span { border-color: rgb(198,182,150); }
td.TdClassName
{
border-color: #C6B696;
}
.TagClassName
{
border-color: #C6B696;
}
</style>