Shades of Twine #C69852
Tints of Twine #C69852
RGB
CMYK
RGB Variations
Color information
#C69852 (or 0xC69852) is known color: Twine. HEX triplet: C6, 98 and 52. RGB value is (198,152,82). Sum of RGB (Red+Green+Blue) = 198+152+82=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C69852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69852 is #3967AD. Grayscale: #9E9E9E. Windows color (decimal): -3762094 or 5413062. OLE color: 5413062.
HSL color Cylindrical-coordinate representation of color #C69852: hue angle of 36.21º degrees, saturation: 0.5, 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 #C69852 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 82 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.22 |
| HSL | 36.21º | 0.5% | 0.55% | - |
| HSV(B) | 36.21º | 0.59% | 0.78% | - |
| XYZ | 36.04 | 35.07 | 12.85 | - |
| YUV | 157.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 82 | 0 | 0.23 | 0.59 | 0.22 | 36.21 | 0.5 | 0.55 |
| Hex | C6 | 98 | 52 | 0 | 17 | 3B | 16 | 24 | 32 | 37 |
| Octal | 306 | 230 | 122 | 0 | 27 | 73 | 26 | 44 | 62 | 67 |
| Binary | 11000110 | 10011000 | 1010010 | 0 | 10111 | 111011 | 10110 | 100100 | 110010 | 110111 |
Color Harmonies of #C69852
Complementary color
Monochromatic Colors of #C69852
Black with #C69852
Text Example
Text Example
White with #C69852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69852; }
p { color: rgb(198,152,82); }
H1.HeaderClassName
{
color: #C69852;
}
.AnyTagClassName
{
color: #C69852;
}
</style>
background-color css
<style>
a { background-color: #C69852; }
a { background-color: rgb(198,152,82); }
div.DivClassName
{
background-color: #C69852;
}
.BgClassName
{
background-color: #C69852;
}
</style>
border-color css
<style>
span { border-color: #C69852; }
span { border-color: rgb(198,152,82); }
td.TdClassName
{
border-color: #C69852;
}
.TagClassName
{
border-color: #C69852;
}
</style>