Shades of Twine #C6945F
Tints of Twine #C6945F
RGB
CMYK
RGB Variations
Color information
#C6945F (or 0xC6945F) is known color: Twine. HEX triplet: C6, 94 and 5F. RGB value is (198,148,95). Sum of RGB (Red+Green+Blue) = 198+148+95=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6945F is #396BA0. Grayscale: #9D9D9D. Windows color (decimal): -3763105 or 6264006. OLE color: 6264006.
HSL color Cylindrical-coordinate representation of color #C6945F: hue angle of 30.87º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6945F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 95 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.22 |
| HSL | 30.87º | 0.47% | 0.57% | - |
| HSV(B) | 30.87º | 0.52% | 0.78% | - |
| XYZ | 35.94 | 34.01 | 15.5 | - |
| YUV | 156.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 95 | 0 | 0.25 | 0.52 | 0.22 | 30.87 | 0.47 | 0.57 |
| Hex | C6 | 94 | 5F | 0 | 19 | 34 | 16 | 1F | 2F | 39 |
| Octal | 306 | 224 | 137 | 0 | 31 | 64 | 26 | 37 | 57 | 71 |
| Binary | 11000110 | 10010100 | 1011111 | 0 | 11001 | 110100 | 10110 | 11111 | 101111 | 111001 |
Color Harmonies of #C6945F
Complementary color
Monochromatic Colors of #C6945F
Black with #C6945F
Text Example
Text Example
White with #C6945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6945F; }
p { color: rgb(198,148,95); }
H1.HeaderClassName
{
color: #C6945F;
}
.AnyTagClassName
{
color: #C6945F;
}
</style>
background-color css
<style>
a { background-color: #C6945F; }
a { background-color: rgb(198,148,95); }
div.DivClassName
{
background-color: #C6945F;
}
.BgClassName
{
background-color: #C6945F;
}
</style>
border-color css
<style>
span { border-color: #C6945F; }
span { border-color: rgb(198,148,95); }
td.TdClassName
{
border-color: #C6945F;
}
.TagClassName
{
border-color: #C6945F;
}
</style>