Shades of Tan #C6B28D
Tints of Tan #C6B28D
RGB
CMYK
RGB Variations
Color information
#C6B28D (or 0xC6B28D) is known color: Tan. HEX triplet: C6, B2 and 8D. RGB value is (198,178,141). Sum of RGB (Red+Green+Blue) = 198+178+141=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B28D is #394D72. Grayscale: #B3B3B3. Windows color (decimal): -3755379 or 9286342. OLE color: 9286342.
HSL color Cylindrical-coordinate representation of color #C6B28D: hue angle of 38.95º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B28D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 141 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.22 |
| HSL | 38.95º | 0.33% | 0.66% | - |
| HSV(B) | 38.95º | 0.29% | 0.78% | - |
| XYZ | 44.02 | 45.77 | 31.71 | - |
| YUV | 179.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 141 | 0 | 0.10 | 0.29 | 0.22 | 38.95 | 0.33 | 0.66 |
| Hex | C6 | B2 | 8D | 0 | A | 1D | 16 | 27 | 21 | 42 |
| Octal | 306 | 262 | 215 | 0 | 12 | 35 | 26 | 47 | 41 | 102 |
| Binary | 11000110 | 10110010 | 10001101 | 0 | 1010 | 11101 | 10110 | 100111 | 100001 | 1000010 |
Color Harmonies of #C6B28D
Complementary color
Monochromatic Colors of #C6B28D
Black with #C6B28D
Text Example
Text Example
White with #C6B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B28D; }
p { color: rgb(198,178,141); }
H1.HeaderClassName
{
color: #C6B28D;
}
.AnyTagClassName
{
color: #C6B28D;
}
</style>
background-color css
<style>
a { background-color: #C6B28D; }
a { background-color: rgb(198,178,141); }
div.DivClassName
{
background-color: #C6B28D;
}
.BgClassName
{
background-color: #C6B28D;
}
</style>
border-color css
<style>
span { border-color: #C6B28D; }
span { border-color: rgb(198,178,141); }
td.TdClassName
{
border-color: #C6B28D;
}
.TagClassName
{
border-color: #C6B28D;
}
</style>