Shades of Sour Dough #C6B19C
Tints of Sour Dough #C6B19C
RGB
CMYK
RGB Variations
Color information
#C6B19C (or 0xC6B19C) is known color: Sour Dough. HEX triplet: C6, B1 and 9C. RGB value is (198,177,156). Sum of RGB (Red+Green+Blue) = 198+177+156=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B19C is #394E63. Grayscale: #B4B4B4. Windows color (decimal): -3755620 or 10269126. OLE color: 10269126.
HSL color Cylindrical-coordinate representation of color #C6B19C: hue angle of 30º 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 #C6B19C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 156 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.22 |
| HSL | 30º | 0.27% | 0.69% | - |
| HSV(B) | 30º | 0.21% | 0.78% | - |
| XYZ | 45.01 | 45.85 | 37.93 | - |
| YUV | 180.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 156 | 0 | 0.11 | 0.21 | 0.22 | 30 | 0.27 | 0.69 |
| Hex | C6 | B1 | 9C | 0 | B | 15 | 16 | 1E | 1B | 45 |
| Octal | 306 | 261 | 234 | 0 | 13 | 25 | 26 | 36 | 33 | 105 |
| Binary | 11000110 | 10110001 | 10011100 | 0 | 1011 | 10101 | 10110 | 11110 | 11011 | 1000101 |
Color Harmonies of #C6B19C
Complementary color
Monochromatic Colors of #C6B19C
Black with #C6B19C
Text Example
Text Example
White with #C6B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B19C; }
p { color: rgb(198,177,156); }
H1.HeaderClassName
{
color: #C6B19C;
}
.AnyTagClassName
{
color: #C6B19C;
}
</style>
background-color css
<style>
a { background-color: #C6B19C; }
a { background-color: rgb(198,177,156); }
div.DivClassName
{
background-color: #C6B19C;
}
.BgClassName
{
background-color: #C6B19C;
}
</style>
border-color css
<style>
span { border-color: #C6B19C; }
span { border-color: rgb(198,177,156); }
td.TdClassName
{
border-color: #C6B19C;
}
.TagClassName
{
border-color: #C6B19C;
}
</style>