Shades of Sour Dough #C6B297
Tints of Sour Dough #C6B297
RGB
CMYK
RGB Variations
Color information
#C6B297 (or 0xC6B297) is known color: Sour Dough. HEX triplet: C6, B2 and 97. RGB value is (198,178,151). Sum of RGB (Red+Green+Blue) = 198+178+151=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B297 is #394D68. Grayscale: #B5B5B5. Windows color (decimal): -3755369 or 9941702. OLE color: 9941702.
HSL color Cylindrical-coordinate representation of color #C6B297: hue angle of 34.47º degrees, saturation: 0.29, 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 #C6B297 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 151 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.22 |
| HSL | 34.47º | 0.29% | 0.68% | - |
| HSV(B) | 34.47º | 0.24% | 0.78% | - |
| XYZ | 44.8 | 46.08 | 35.81 | - |
| YUV | 180.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 151 | 0 | 0.10 | 0.24 | 0.22 | 34.47 | 0.29 | 0.68 |
| Hex | C6 | B2 | 97 | 0 | A | 18 | 16 | 22 | 1D | 44 |
| Octal | 306 | 262 | 227 | 0 | 12 | 30 | 26 | 42 | 35 | 104 |
| Binary | 11000110 | 10110010 | 10010111 | 0 | 1010 | 11000 | 10110 | 100010 | 11101 | 1000100 |
Color Harmonies of #C6B297
Complementary color
Monochromatic Colors of #C6B297
Black with #C6B297
Text Example
Text Example
White with #C6B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B297; }
p { color: rgb(198,178,151); }
H1.HeaderClassName
{
color: #C6B297;
}
.AnyTagClassName
{
color: #C6B297;
}
</style>
background-color css
<style>
a { background-color: #C6B297; }
a { background-color: rgb(198,178,151); }
div.DivClassName
{
background-color: #C6B297;
}
.BgClassName
{
background-color: #C6B297;
}
</style>
border-color css
<style>
span { border-color: #C6B297; }
span { border-color: rgb(198,178,151); }
td.TdClassName
{
border-color: #C6B297;
}
.TagClassName
{
border-color: #C6B297;
}
</style>