Shades of Sour Dough #C6B299
Tints of Sour Dough #C6B299
RGB
CMYK
RGB Variations
Color information
#C6B299 (or 0xC6B299) is known color: Sour Dough. HEX triplet: C6, B2 and 99. RGB value is (198,178,153). Sum of RGB (Red+Green+Blue) = 198+178+153=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B299 is #394D66. Grayscale: #B5B5B5. Windows color (decimal): -3755367 or 10072774. OLE color: 10072774.
HSL color Cylindrical-coordinate representation of color #C6B299: hue angle of 33.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B299 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 153 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.22 |
| HSL | 33.33º | 0.28% | 0.69% | - |
| HSV(B) | 33.33º | 0.23% | 0.78% | - |
| XYZ | 44.96 | 46.15 | 36.67 | - |
| YUV | 181.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 153 | 0 | 0.10 | 0.23 | 0.22 | 33.33 | 0.28 | 0.69 |
| Hex | C6 | B2 | 99 | 0 | A | 17 | 16 | 21 | 1C | 45 |
| Octal | 306 | 262 | 231 | 0 | 12 | 27 | 26 | 41 | 34 | 105 |
| Binary | 11000110 | 10110010 | 10011001 | 0 | 1010 | 10111 | 10110 | 100001 | 11100 | 1000101 |
Color Harmonies of #C6B299
Complementary color
Monochromatic Colors of #C6B299
Black with #C6B299
Text Example
Text Example
White with #C6B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B299; }
p { color: rgb(198,178,153); }
H1.HeaderClassName
{
color: #C6B299;
}
.AnyTagClassName
{
color: #C6B299;
}
</style>
background-color css
<style>
a { background-color: #C6B299; }
a { background-color: rgb(198,178,153); }
div.DivClassName
{
background-color: #C6B299;
}
.BgClassName
{
background-color: #C6B299;
}
</style>
border-color css
<style>
span { border-color: #C6B299; }
span { border-color: rgb(198,178,153); }
td.TdClassName
{
border-color: #C6B299;
}
.TagClassName
{
border-color: #C6B299;
}
</style>