Shades of Grain Brown #C6BAAA
Tints of Grain Brown #C6BAAA
RGB
CMYK
RGB Variations
Color information
#C6BAAA (or 0xC6BAAA) is known color: Grain Brown. HEX triplet: C6, BA and AA. RGB value is (198,186,170). Sum of RGB (Red+Green+Blue) = 198+186+170=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAAA is #394555. Grayscale: #BBBBBB. Windows color (decimal): -3753302 or 11188934. OLE color: 11188934.
HSL color Cylindrical-coordinate representation of color #C6BAAA: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BAAA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 170 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.22 |
| HSL | 34.29º | 0.2% | 0.72% | - |
| HSV(B) | 34.29º | 0.14% | 0.78% | - |
| XYZ | 48.1 | 50.03 | 45.15 | - |
| YUV | 187.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 170 | 0 | 0.06 | 0.14 | 0.22 | 34.29 | 0.2 | 0.72 |
| Hex | C6 | BA | AA | 0 | 6 | E | 16 | 22 | 14 | 48 |
| Octal | 306 | 272 | 252 | 0 | 6 | 16 | 26 | 42 | 24 | 110 |
| Binary | 11000110 | 10111010 | 10101010 | 0 | 110 | 1110 | 10110 | 100010 | 10100 | 1001000 |
Color Harmonies of #C6BAAA
Complementary color
Monochromatic Colors of #C6BAAA
Black with #C6BAAA
Text Example
Text Example
White with #C6BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAAA; }
p { color: rgb(198,186,170); }
H1.HeaderClassName
{
color: #C6BAAA;
}
.AnyTagClassName
{
color: #C6BAAA;
}
</style>
background-color css
<style>
a { background-color: #C6BAAA; }
a { background-color: rgb(198,186,170); }
div.DivClassName
{
background-color: #C6BAAA;
}
.BgClassName
{
background-color: #C6BAAA;
}
</style>
border-color css
<style>
span { border-color: #C6BAAA; }
span { border-color: rgb(198,186,170); }
td.TdClassName
{
border-color: #C6BAAA;
}
.TagClassName
{
border-color: #C6BAAA;
}
</style>