Shades of Sour Dough #C6AF96
Tints of Sour Dough #C6AF96
RGB
CMYK
RGB Variations
Color information
#C6AF96 (or 0xC6AF96) is known color: Sour Dough. HEX triplet: C6, AF and 96. RGB value is (198,175,150). Sum of RGB (Red+Green+Blue) = 198+175+150=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF96 is #395069. Grayscale: #B3B3B3. Windows color (decimal): -3756138 or 9875398. OLE color: 9875398.
HSL color Cylindrical-coordinate representation of color #C6AF96: hue angle of 31.25º degrees, saturation: 0.3, 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 #C6AF96 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 150 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.22 |
| HSL | 31.25º | 0.3% | 0.68% | - |
| HSV(B) | 31.25º | 0.24% | 0.78% | - |
| XYZ | 44.12 | 44.87 | 35.19 | - |
| YUV | 179.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 150 | 0 | 0.12 | 0.24 | 0.22 | 31.25 | 0.3 | 0.68 |
| Hex | C6 | AF | 96 | 0 | C | 18 | 16 | 1F | 1E | 44 |
| Octal | 306 | 257 | 226 | 0 | 14 | 30 | 26 | 37 | 36 | 104 |
| Binary | 11000110 | 10101111 | 10010110 | 0 | 1100 | 11000 | 10110 | 11111 | 11110 | 1000100 |
Color Harmonies of #C6AF96
Complementary color
Monochromatic Colors of #C6AF96
Black with #C6AF96
Text Example
Text Example
White with #C6AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF96; }
p { color: rgb(198,175,150); }
H1.HeaderClassName
{
color: #C6AF96;
}
.AnyTagClassName
{
color: #C6AF96;
}
</style>
background-color css
<style>
a { background-color: #C6AF96; }
a { background-color: rgb(198,175,150); }
div.DivClassName
{
background-color: #C6AF96;
}
.BgClassName
{
background-color: #C6AF96;
}
</style>
border-color css
<style>
span { border-color: #C6AF96; }
span { border-color: rgb(198,175,150); }
td.TdClassName
{
border-color: #C6AF96;
}
.TagClassName
{
border-color: #C6AF96;
}
</style>