Shades of Sour Dough #C6B69C
Tints of Sour Dough #C6B69C
RGB
CMYK
RGB Variations
Color information
#C6B69C (or 0xC6B69C) is known color: Sour Dough. HEX triplet: C6, B6 and 9C. RGB value is (198,182,156). Sum of RGB (Red+Green+Blue) = 198+182+156=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B69C is #394963. Grayscale: #B7B7B7. Windows color (decimal): -3754340 or 10270406. OLE color: 10270406.
HSL color Cylindrical-coordinate representation of color #C6B69C: hue angle of 37.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B69C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 156 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.22 |
| HSL | 37.14º | 0.27% | 0.69% | - |
| HSV(B) | 37.14º | 0.21% | 0.78% | - |
| XYZ | 46.02 | 47.86 | 38.27 | - |
| YUV | 183.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 156 | 0 | 0.08 | 0.21 | 0.22 | 37.14 | 0.27 | 0.69 |
| Hex | C6 | B6 | 9C | 0 | 8 | 15 | 16 | 25 | 1B | 45 |
| Octal | 306 | 266 | 234 | 0 | 10 | 25 | 26 | 45 | 33 | 105 |
| Binary | 11000110 | 10110110 | 10011100 | 0 | 1000 | 10101 | 10110 | 100101 | 11011 | 1000101 |
Color Harmonies of #C6B69C
Complementary color
Monochromatic Colors of #C6B69C
Black with #C6B69C
Text Example
Text Example
White with #C6B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B69C; }
p { color: rgb(198,182,156); }
H1.HeaderClassName
{
color: #C6B69C;
}
.AnyTagClassName
{
color: #C6B69C;
}
</style>
background-color css
<style>
a { background-color: #C6B69C; }
a { background-color: rgb(198,182,156); }
div.DivClassName
{
background-color: #C6B69C;
}
.BgClassName
{
background-color: #C6B69C;
}
</style>
border-color css
<style>
span { border-color: #C6B69C; }
span { border-color: rgb(198,182,156); }
td.TdClassName
{
border-color: #C6B69C;
}
.TagClassName
{
border-color: #C6B69C;
}
</style>