Shades of Twine #C99653
Tints of Twine #C99653
RGB
CMYK
RGB Variations
Color information
#C99653 (or 0xC99653) is known color: Twine. HEX triplet: C9, 96 and 53. RGB value is (201,150,83). Sum of RGB (Red+Green+Blue) = 201+150+83=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C99653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99653 is #3669AC. Grayscale: #9D9D9D. Windows color (decimal): -3565997 or 5478089. OLE color: 5478089.
HSL color Cylindrical-coordinate representation of color #C99653: hue angle of 34.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C99653 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 83 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.21 |
| HSL | 34.07º | 0.52% | 0.56% | - |
| HSV(B) | 34.07º | 0.59% | 0.79% | - |
| XYZ | 36.56 | 34.85 | 12.98 | - |
| YUV | 157.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 83 | 0 | 0.25 | 0.59 | 0.21 | 34.07 | 0.52 | 0.56 |
| Hex | C9 | 96 | 53 | 0 | 19 | 3B | 15 | 22 | 34 | 38 |
| Octal | 311 | 226 | 123 | 0 | 31 | 73 | 25 | 42 | 64 | 70 |
| Binary | 11001001 | 10010110 | 1010011 | 0 | 11001 | 111011 | 10101 | 100010 | 110100 | 111000 |
Color Harmonies of #C99653
Complementary color
Monochromatic Colors of #C99653
Black with #C99653
Text Example
Text Example
White with #C99653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99653; }
p { color: rgb(201,150,83); }
H1.HeaderClassName
{
color: #C99653;
}
.AnyTagClassName
{
color: #C99653;
}
</style>
background-color css
<style>
a { background-color: #C99653; }
a { background-color: rgb(201,150,83); }
div.DivClassName
{
background-color: #C99653;
}
.BgClassName
{
background-color: #C99653;
}
</style>
border-color css
<style>
span { border-color: #C99653; }
span { border-color: rgb(201,150,83); }
td.TdClassName
{
border-color: #C99653;
}
.TagClassName
{
border-color: #C99653;
}
</style>