Shades of Twine #C08654
Tints of Twine #C08654
RGB
CMYK
RGB Variations
Color information
#C08654 (or 0xC08654) is known color: Twine. HEX triplet: C0, 86 and 54. RGB value is (192,134,84). Sum of RGB (Red+Green+Blue) = 192+134+84=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08654 is #3F79AB. Grayscale: #919191. Windows color (decimal): -4159916 or 5539520. OLE color: 5539520.
HSL color Cylindrical-coordinate representation of color #C08654: hue angle of 27.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08654 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 84 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.25 |
| HSL | 27.78º | 0.46% | 0.54% | - |
| HSV(B) | 27.78º | 0.56% | 0.75% | - |
| XYZ | 31.86 | 28.9 | 12.29 | - |
| YUV | 145.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 84 | 0 | 0.30 | 0.56 | 0.25 | 27.78 | 0.46 | 0.54 |
| Hex | C0 | 86 | 54 | 0 | 1E | 38 | 19 | 1C | 2E | 36 |
| Octal | 300 | 206 | 124 | 0 | 36 | 70 | 31 | 34 | 56 | 66 |
| Binary | 11000000 | 10000110 | 1010100 | 0 | 11110 | 111000 | 11001 | 11100 | 101110 | 110110 |
Color Harmonies of #C08654
Complementary color
Monochromatic Colors of #C08654
Black with #C08654
Text Example
Text Example
White with #C08654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08654; }
p { color: rgb(192,134,84); }
H1.HeaderClassName
{
color: #C08654;
}
.AnyTagClassName
{
color: #C08654;
}
</style>
background-color css
<style>
a { background-color: #C08654; }
a { background-color: rgb(192,134,84); }
div.DivClassName
{
background-color: #C08654;
}
.BgClassName
{
background-color: #C08654;
}
</style>
border-color css
<style>
span { border-color: #C08654; }
span { border-color: rgb(192,134,84); }
td.TdClassName
{
border-color: #C08654;
}
.TagClassName
{
border-color: #C08654;
}
</style>