Shades of Sour Dough #C6B499
Tints of Sour Dough #C6B499
RGB
CMYK
RGB Variations
Color information
#C6B499 (or 0xC6B499) is known color: Sour Dough. HEX triplet: C6, B4 and 99. RGB value is (198,180,153). Sum of RGB (Red+Green+Blue) = 198+180+153=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B499 is #394B66. Grayscale: #B6B6B6. Windows color (decimal): -3754855 or 10073286. OLE color: 10073286.
HSL color Cylindrical-coordinate representation of color #C6B499: hue angle of 36º 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 #C6B499 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 153 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.22 |
| HSL | 36º | 0.28% | 0.69% | - |
| HSV(B) | 36º | 0.23% | 0.78% | - |
| XYZ | 45.36 | 46.95 | 36.81 | - |
| YUV | 182.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 153 | 0 | 0.09 | 0.23 | 0.22 | 36 | 0.28 | 0.69 |
| Hex | C6 | B4 | 99 | 0 | 9 | 17 | 16 | 24 | 1C | 45 |
| Octal | 306 | 264 | 231 | 0 | 11 | 27 | 26 | 44 | 34 | 105 |
| Binary | 11000110 | 10110100 | 10011001 | 0 | 1001 | 10111 | 10110 | 100100 | 11100 | 1000101 |
Color Harmonies of #C6B499
Complementary color
Monochromatic Colors of #C6B499
Black with #C6B499
Text Example
Text Example
White with #C6B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B499; }
p { color: rgb(198,180,153); }
H1.HeaderClassName
{
color: #C6B499;
}
.AnyTagClassName
{
color: #C6B499;
}
</style>
background-color css
<style>
a { background-color: #C6B499; }
a { background-color: rgb(198,180,153); }
div.DivClassName
{
background-color: #C6B499;
}
.BgClassName
{
background-color: #C6B499;
}
</style>
border-color css
<style>
span { border-color: #C6B499; }
span { border-color: rgb(198,180,153); }
td.TdClassName
{
border-color: #C6B499;
}
.TagClassName
{
border-color: #C6B499;
}
</style>