Shades of Twine #CB9653
Tints of Twine #CB9653
RGB
CMYK
RGB Variations
Color information
#CB9653 (or 0xCB9653) is known color: Twine. HEX triplet: CB, 96 and 53. RGB value is (203,150,83). Sum of RGB (Red+Green+Blue) = 203+150+83=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9653 is #3469AC. Grayscale: #9E9E9E. Windows color (decimal): -3434925 or 5478091. OLE color: 5478091.
HSL color Cylindrical-coordinate representation of color #CB9653: hue angle of 33.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB9653 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 83 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.20 |
| HSL | 33.5º | 0.54% | 0.56% | - |
| HSV(B) | 33.5º | 0.59% | 0.8% | - |
| XYZ | 37.1 | 35.13 | 13.01 | - |
| YUV | 158.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 83 | 0 | 0.26 | 0.59 | 0.20 | 33.5 | 0.54 | 0.56 |
| Hex | CB | 96 | 53 | 0 | 1A | 3B | 14 | 22 | 36 | 38 |
| Octal | 313 | 226 | 123 | 0 | 32 | 73 | 24 | 42 | 66 | 70 |
| Binary | 11001011 | 10010110 | 1010011 | 0 | 11010 | 111011 | 10100 | 100010 | 110110 | 111000 |
Color Harmonies of #CB9653
Complementary color
Monochromatic Colors of #CB9653
Black with #CB9653
Text Example
Text Example
White with #CB9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9653; }
p { color: rgb(203,150,83); }
H1.HeaderClassName
{
color: #CB9653;
}
.AnyTagClassName
{
color: #CB9653;
}
</style>
background-color css
<style>
a { background-color: #CB9653; }
a { background-color: rgb(203,150,83); }
div.DivClassName
{
background-color: #CB9653;
}
.BgClassName
{
background-color: #CB9653;
}
</style>
border-color css
<style>
span { border-color: #CB9653; }
span { border-color: rgb(203,150,83); }
td.TdClassName
{
border-color: #CB9653;
}
.TagClassName
{
border-color: #CB9653;
}
</style>