Shades of Twine #C49651
Tints of Twine #C49651
RGB
CMYK
RGB Variations
Color information
#C49651 (or 0xC49651) is known color: Twine. HEX triplet: C4, 96 and 51. RGB value is (196,150,81). Sum of RGB (Red+Green+Blue) = 196+150+81=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C49651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49651 is #3B69AE. Grayscale: #9C9C9C. Windows color (decimal): -3893679 or 5347012. OLE color: 5347012.
HSL color Cylindrical-coordinate representation of color #C49651: hue angle of 36º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49651 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 81 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.23 |
| HSL | 36º | 0.49% | 0.54% | - |
| HSV(B) | 36º | 0.59% | 0.77% | - |
| XYZ | 35.16 | 34.14 | 12.52 | - |
| YUV | 155.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 81 | 0 | 0.23 | 0.59 | 0.23 | 36 | 0.49 | 0.54 |
| Hex | C4 | 96 | 51 | 0 | 17 | 3B | 17 | 24 | 31 | 36 |
| Octal | 304 | 226 | 121 | 0 | 27 | 73 | 27 | 44 | 61 | 66 |
| Binary | 11000100 | 10010110 | 1010001 | 0 | 10111 | 111011 | 10111 | 100100 | 110001 | 110110 |
Color Harmonies of #C49651
Complementary color
Monochromatic Colors of #C49651
Black with #C49651
Text Example
Text Example
White with #C49651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49651; }
p { color: rgb(196,150,81); }
H1.HeaderClassName
{
color: #C49651;
}
.AnyTagClassName
{
color: #C49651;
}
</style>
background-color css
<style>
a { background-color: #C49651; }
a { background-color: rgb(196,150,81); }
div.DivClassName
{
background-color: #C49651;
}
.BgClassName
{
background-color: #C49651;
}
</style>
border-color css
<style>
span { border-color: #C49651; }
span { border-color: rgb(196,150,81); }
td.TdClassName
{
border-color: #C49651;
}
.TagClassName
{
border-color: #C49651;
}
</style>