Shades of Twine #C68952
Tints of Twine #C68952
RGB
CMYK
RGB Variations
Color information
#C68952 (or 0xC68952) is known color: Twine. HEX triplet: C6, 89 and 52. RGB value is (198,137,82). Sum of RGB (Red+Green+Blue) = 198+137+82=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68952 is #3976AD. Grayscale: #959595. Windows color (decimal): -3765934 or 5409222. OLE color: 5409222.
HSL color Cylindrical-coordinate representation of color #C68952: hue angle of 28.45º 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 #C68952 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 82 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.22 |
| HSL | 28.45º | 0.5% | 0.55% | - |
| HSV(B) | 28.45º | 0.59% | 0.78% | - |
| XYZ | 33.76 | 30.51 | 12.09 | - |
| YUV | 148.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 82 | 0 | 0.31 | 0.59 | 0.22 | 28.45 | 0.5 | 0.55 |
| Hex | C6 | 89 | 52 | 0 | 1F | 3B | 16 | 1C | 32 | 37 |
| Octal | 306 | 211 | 122 | 0 | 37 | 73 | 26 | 34 | 62 | 67 |
| Binary | 11000110 | 10001001 | 1010010 | 0 | 11111 | 111011 | 10110 | 11100 | 110010 | 110111 |
Color Harmonies of #C68952
Complementary color
Monochromatic Colors of #C68952
Black with #C68952
Text Example
Text Example
White with #C68952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68952; }
p { color: rgb(198,137,82); }
H1.HeaderClassName
{
color: #C68952;
}
.AnyTagClassName
{
color: #C68952;
}
</style>
background-color css
<style>
a { background-color: #C68952; }
a { background-color: rgb(198,137,82); }
div.DivClassName
{
background-color: #C68952;
}
.BgClassName
{
background-color: #C68952;
}
</style>
border-color css
<style>
span { border-color: #C68952; }
span { border-color: rgb(198,137,82); }
td.TdClassName
{
border-color: #C68952;
}
.TagClassName
{
border-color: #C68952;
}
</style>