Shades of Twine #CB9651
Tints of Twine #CB9651
RGB
CMYK
RGB Variations
Color information
#CB9651 (or 0xCB9651) is known color: Twine. HEX triplet: CB, 96 and 51. RGB value is (203,150,81). Sum of RGB (Red+Green+Blue) = 203+150+81=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9651 is #3469AE. Grayscale: #9E9E9E. Windows color (decimal): -3434927 or 5347019. OLE color: 5347019.
HSL color Cylindrical-coordinate representation of color #CB9651: hue angle of 33.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9651 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 81 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.20 |
| HSL | 33.93º | 0.54% | 0.56% | - |
| HSV(B) | 33.93º | 0.6% | 0.8% | - |
| XYZ | 37.02 | 35.1 | 12.61 | - |
| YUV | 157.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 81 | 0 | 0.26 | 0.60 | 0.20 | 33.93 | 0.54 | 0.56 |
| Hex | CB | 96 | 51 | 0 | 1A | 3C | 14 | 22 | 36 | 38 |
| Octal | 313 | 226 | 121 | 0 | 32 | 74 | 24 | 42 | 66 | 70 |
| Binary | 11001011 | 10010110 | 1010001 | 0 | 11010 | 111100 | 10100 | 100010 | 110110 | 111000 |
Color Harmonies of #CB9651
Complementary color
Monochromatic Colors of #CB9651
Black with #CB9651
Text Example
Text Example
White with #CB9651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9651; }
p { color: rgb(203,150,81); }
H1.HeaderClassName
{
color: #CB9651;
}
.AnyTagClassName
{
color: #CB9651;
}
</style>
background-color css
<style>
a { background-color: #CB9651; }
a { background-color: rgb(203,150,81); }
div.DivClassName
{
background-color: #CB9651;
}
.BgClassName
{
background-color: #CB9651;
}
</style>
border-color css
<style>
span { border-color: #CB9651; }
span { border-color: rgb(203,150,81); }
td.TdClassName
{
border-color: #CB9651;
}
.TagClassName
{
border-color: #CB9651;
}
</style>