Shades of Sour Dough #C6AF9A
Tints of Sour Dough #C6AF9A
RGB
CMYK
RGB Variations
Color information
#C6AF9A (or 0xC6AF9A) is known color: Sour Dough. HEX triplet: C6, AF and 9A. RGB value is (198,175,154). Sum of RGB (Red+Green+Blue) = 198+175+154=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF9A is #395065. Grayscale: #B3B3B3. Windows color (decimal): -3756134 or 10137542. OLE color: 10137542.
HSL color Cylindrical-coordinate representation of color #C6AF9A: hue angle of 28.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AF9A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 154 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.22 |
| HSL | 28.64º | 0.28% | 0.69% | - |
| HSV(B) | 28.64º | 0.22% | 0.78% | - |
| XYZ | 44.45 | 45 | 36.91 | - |
| YUV | 179.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 154 | 0 | 0.12 | 0.22 | 0.22 | 28.64 | 0.28 | 0.69 |
| Hex | C6 | AF | 9A | 0 | C | 16 | 16 | 1D | 1C | 45 |
| Octal | 306 | 257 | 232 | 0 | 14 | 26 | 26 | 35 | 34 | 105 |
| Binary | 11000110 | 10101111 | 10011010 | 0 | 1100 | 10110 | 10110 | 11101 | 11100 | 1000101 |
Color Harmonies of #C6AF9A
Complementary color
Monochromatic Colors of #C6AF9A
Black with #C6AF9A
Text Example
Text Example
White with #C6AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF9A; }
p { color: rgb(198,175,154); }
H1.HeaderClassName
{
color: #C6AF9A;
}
.AnyTagClassName
{
color: #C6AF9A;
}
</style>
background-color css
<style>
a { background-color: #C6AF9A; }
a { background-color: rgb(198,175,154); }
div.DivClassName
{
background-color: #C6AF9A;
}
.BgClassName
{
background-color: #C6AF9A;
}
</style>
border-color css
<style>
span { border-color: #C6AF9A; }
span { border-color: rgb(198,175,154); }
td.TdClassName
{
border-color: #C6AF9A;
}
.TagClassName
{
border-color: #C6AF9A;
}
</style>