Shades of Twine #C79653
Tints of Twine #C79653
RGB
CMYK
RGB Variations
Color information
#C79653 (or 0xC79653) is known color: Twine. HEX triplet: C7, 96 and 53. RGB value is (199,150,83). Sum of RGB (Red+Green+Blue) = 199+150+83=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C79653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79653 is #3869AC. Grayscale: #9D9D9D. Windows color (decimal): -3697069 or 5478087. OLE color: 5478087.
HSL color Cylindrical-coordinate representation of color #C79653: hue angle of 34.66º degrees, saturation: 0.51, 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 #C79653 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 83 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.22 |
| HSL | 34.66º | 0.51% | 0.55% | - |
| HSV(B) | 34.66º | 0.58% | 0.78% | - |
| XYZ | 36.02 | 34.58 | 12.96 | - |
| YUV | 157.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 83 | 0 | 0.25 | 0.58 | 0.22 | 34.66 | 0.51 | 0.55 |
| Hex | C7 | 96 | 53 | 0 | 19 | 3A | 16 | 23 | 33 | 37 |
| Octal | 307 | 226 | 123 | 0 | 31 | 72 | 26 | 43 | 63 | 67 |
| Binary | 11000111 | 10010110 | 1010011 | 0 | 11001 | 111010 | 10110 | 100011 | 110011 | 110111 |
Color Harmonies of #C79653
Complementary color
Monochromatic Colors of #C79653
Black with #C79653
Text Example
Text Example
White with #C79653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79653; }
p { color: rgb(199,150,83); }
H1.HeaderClassName
{
color: #C79653;
}
.AnyTagClassName
{
color: #C79653;
}
</style>
background-color css
<style>
a { background-color: #C79653; }
a { background-color: rgb(199,150,83); }
div.DivClassName
{
background-color: #C79653;
}
.BgClassName
{
background-color: #C79653;
}
</style>
border-color css
<style>
span { border-color: #C79653; }
span { border-color: rgb(199,150,83); }
td.TdClassName
{
border-color: #C79653;
}
.TagClassName
{
border-color: #C79653;
}
</style>