Shades of Twine #C08B61
Tints of Twine #C08B61
RGB
CMYK
RGB Variations
Color information
#C08B61 (or 0xC08B61) is known color: Twine. HEX triplet: C0, 8B and 61. RGB value is (192,139,97). Sum of RGB (Red+Green+Blue) = 192+139+97=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B61 is #3F749E. Grayscale: #969696. Windows color (decimal): -4158623 or 6392768. OLE color: 6392768.
HSL color Cylindrical-coordinate representation of color #C08B61: hue angle of 26.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C08B61 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 97 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.25 |
| HSL | 26.53º | 0.43% | 0.57% | - |
| HSV(B) | 26.53º | 0.49% | 0.75% | - |
| XYZ | 33.13 | 30.53 | 15.46 | - |
| YUV | 150.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 97 | 0 | 0.28 | 0.49 | 0.25 | 26.53 | 0.43 | 0.57 |
| Hex | C0 | 8B | 61 | 0 | 1C | 31 | 19 | 1B | 2B | 39 |
| Octal | 300 | 213 | 141 | 0 | 34 | 61 | 31 | 33 | 53 | 71 |
| Binary | 11000000 | 10001011 | 1100001 | 0 | 11100 | 110001 | 11001 | 11011 | 101011 | 111001 |
Color Harmonies of #C08B61
Complementary color
Monochromatic Colors of #C08B61
Black with #C08B61
Text Example
Text Example
White with #C08B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B61; }
p { color: rgb(192,139,97); }
H1.HeaderClassName
{
color: #C08B61;
}
.AnyTagClassName
{
color: #C08B61;
}
</style>
background-color css
<style>
a { background-color: #C08B61; }
a { background-color: rgb(192,139,97); }
div.DivClassName
{
background-color: #C08B61;
}
.BgClassName
{
background-color: #C08B61;
}
</style>
border-color css
<style>
span { border-color: #C08B61; }
span { border-color: rgb(192,139,97); }
td.TdClassName
{
border-color: #C08B61;
}
.TagClassName
{
border-color: #C08B61;
}
</style>