Shades of Twine #C69051
Tints of Twine #C69051
RGB
CMYK
RGB Variations
Color information
#C69051 (or 0xC69051) is known color: Twine. HEX triplet: C6, 90 and 51. RGB value is (198,144,81). Sum of RGB (Red+Green+Blue) = 198+144+81=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C69051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69051 is #396FAE. Grayscale: #999999. Windows color (decimal): -3764143 or 5345478. OLE color: 5345478.
HSL color Cylindrical-coordinate representation of color #C69051: hue angle of 32.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C69051 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 81 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.22 |
| HSL | 32.31º | 0.51% | 0.55% | - |
| HSV(B) | 32.31º | 0.59% | 0.78% | - |
| XYZ | 34.75 | 32.55 | 12.24 | - |
| YUV | 152.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 81 | 0 | 0.27 | 0.59 | 0.22 | 32.31 | 0.51 | 0.55 |
| Hex | C6 | 90 | 51 | 0 | 1B | 3B | 16 | 20 | 33 | 37 |
| Octal | 306 | 220 | 121 | 0 | 33 | 73 | 26 | 40 | 63 | 67 |
| Binary | 11000110 | 10010000 | 1010001 | 0 | 11011 | 111011 | 10110 | 100000 | 110011 | 110111 |
Color Harmonies of #C69051
Complementary color
Monochromatic Colors of #C69051
Black with #C69051
Text Example
Text Example
White with #C69051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69051; }
p { color: rgb(198,144,81); }
H1.HeaderClassName
{
color: #C69051;
}
.AnyTagClassName
{
color: #C69051;
}
</style>
background-color css
<style>
a { background-color: #C69051; }
a { background-color: rgb(198,144,81); }
div.DivClassName
{
background-color: #C69051;
}
.BgClassName
{
background-color: #C69051;
}
</style>
border-color css
<style>
span { border-color: #C69051; }
span { border-color: rgb(198,144,81); }
td.TdClassName
{
border-color: #C69051;
}
.TagClassName
{
border-color: #C69051;
}
</style>