Shades of Ecru #C6B483
Tints of Ecru #C6B483
RGB
CMYK
RGB Variations
Color information
#C6B483 (or 0xC6B483) is known color: Ecru. HEX triplet: C6, B4 and 83. RGB value is (198,180,131). Sum of RGB (Red+Green+Blue) = 198+180+131=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B483 is #394B7C. Grayscale: #B4B4B4. Windows color (decimal): -3754877 or 8631494. OLE color: 8631494.
HSL color Cylindrical-coordinate representation of color #C6B483: hue angle of 43.88º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6B483 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 131 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.22 |
| HSL | 43.88º | 0.37% | 0.65% | - |
| HSV(B) | 43.88º | 0.34% | 0.78% | - |
| XYZ | 43.71 | 46.29 | 28.1 | - |
| YUV | 179.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 131 | 0 | 0.09 | 0.34 | 0.22 | 43.88 | 0.37 | 0.65 |
| Hex | C6 | B4 | 83 | 0 | 9 | 22 | 16 | 2C | 25 | 41 |
| Octal | 306 | 264 | 203 | 0 | 11 | 42 | 26 | 54 | 45 | 101 |
| Binary | 11000110 | 10110100 | 10000011 | 0 | 1001 | 100010 | 10110 | 101100 | 100101 | 1000001 |
Color Harmonies of #C6B483
Complementary color
Monochromatic Colors of #C6B483
Black with #C6B483
Text Example
Text Example
White with #C6B483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B483; }
p { color: rgb(198,180,131); }
H1.HeaderClassName
{
color: #C6B483;
}
.AnyTagClassName
{
color: #C6B483;
}
</style>
background-color css
<style>
a { background-color: #C6B483; }
a { background-color: rgb(198,180,131); }
div.DivClassName
{
background-color: #C6B483;
}
.BgClassName
{
background-color: #C6B483;
}
</style>
border-color css
<style>
span { border-color: #C6B483; }
span { border-color: rgb(198,180,131); }
td.TdClassName
{
border-color: #C6B483;
}
.TagClassName
{
border-color: #C6B483;
}
</style>