Shades of Twine #C09653
Tints of Twine #C09653
RGB
CMYK
RGB Variations
Color information
#C09653 (or 0xC09653) is known color: Twine. HEX triplet: C0, 96 and 53. RGB value is (192,150,83). Sum of RGB (Red+Green+Blue) = 192+150+83=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09653 is #3F69AC. Grayscale: #9B9B9B. Windows color (decimal): -4155821 or 5478080. OLE color: 5478080.
HSL color Cylindrical-coordinate representation of color #C09653: hue angle of 36.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C09653 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 83 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.25 |
| HSL | 36.88º | 0.46% | 0.54% | - |
| HSV(B) | 36.88º | 0.57% | 0.75% | - |
| XYZ | 34.21 | 33.64 | 12.87 | - |
| YUV | 154.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 83 | 0 | 0.22 | 0.57 | 0.25 | 36.88 | 0.46 | 0.54 |
| Hex | C0 | 96 | 53 | 0 | 16 | 39 | 19 | 25 | 2E | 36 |
| Octal | 300 | 226 | 123 | 0 | 26 | 71 | 31 | 45 | 56 | 66 |
| Binary | 11000000 | 10010110 | 1010011 | 0 | 10110 | 111001 | 11001 | 100101 | 101110 | 110110 |
Color Harmonies of #C09653
Complementary color
Monochromatic Colors of #C09653
Black with #C09653
Text Example
Text Example
White with #C09653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09653; }
p { color: rgb(192,150,83); }
H1.HeaderClassName
{
color: #C09653;
}
.AnyTagClassName
{
color: #C09653;
}
</style>
background-color css
<style>
a { background-color: #C09653; }
a { background-color: rgb(192,150,83); }
div.DivClassName
{
background-color: #C09653;
}
.BgClassName
{
background-color: #C09653;
}
</style>
border-color css
<style>
span { border-color: #C09653; }
span { border-color: rgb(192,150,83); }
td.TdClassName
{
border-color: #C09653;
}
.TagClassName
{
border-color: #C09653;
}
</style>