Shades of Twine #C69254
Tints of Twine #C69254
RGB
CMYK
RGB Variations
Color information
#C69254 (or 0xC69254) is known color: Twine. HEX triplet: C6, 92 and 54. RGB value is (198,146,84). Sum of RGB (Red+Green+Blue) = 198+146+84=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69254 is #396DAB. Grayscale: #9A9A9A. Windows color (decimal): -3763628 or 5542598. OLE color: 5542598.
HSL color Cylindrical-coordinate representation of color #C69254: hue angle of 32.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69254 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 84 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.22 |
| HSL | 32.63º | 0.5% | 0.55% | - |
| HSV(B) | 32.63º | 0.58% | 0.78% | - |
| XYZ | 35.17 | 33.2 | 12.94 | - |
| YUV | 154.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 84 | 0 | 0.26 | 0.58 | 0.22 | 32.63 | 0.5 | 0.55 |
| Hex | C6 | 92 | 54 | 0 | 1A | 3A | 16 | 21 | 32 | 37 |
| Octal | 306 | 222 | 124 | 0 | 32 | 72 | 26 | 41 | 62 | 67 |
| Binary | 11000110 | 10010010 | 1010100 | 0 | 11010 | 111010 | 10110 | 100001 | 110010 | 110111 |
Color Harmonies of #C69254
Complementary color
Monochromatic Colors of #C69254
Black with #C69254
Text Example
Text Example
White with #C69254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69254; }
p { color: rgb(198,146,84); }
H1.HeaderClassName
{
color: #C69254;
}
.AnyTagClassName
{
color: #C69254;
}
</style>
background-color css
<style>
a { background-color: #C69254; }
a { background-color: rgb(198,146,84); }
div.DivClassName
{
background-color: #C69254;
}
.BgClassName
{
background-color: #C69254;
}
</style>
border-color css
<style>
span { border-color: #C69254; }
span { border-color: rgb(198,146,84); }
td.TdClassName
{
border-color: #C69254;
}
.TagClassName
{
border-color: #C69254;
}
</style>