Shades of Twine #C69954
Tints of Twine #C69954
RGB
CMYK
RGB Variations
Color information
#C69954 (or 0xC69954) is known color: Twine. HEX triplet: C6, 99 and 54. RGB value is (198,153,84). Sum of RGB (Red+Green+Blue) = 198+153+84=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C69954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69954 is #3966AB. Grayscale: #9E9E9E. Windows color (decimal): -3761836 or 5544390. OLE color: 5544390.
HSL color Cylindrical-coordinate representation of color #C69954: hue angle of 36.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69954 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 84 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.22 |
| HSL | 36.32º | 0.5% | 0.55% | - |
| HSV(B) | 36.32º | 0.58% | 0.78% | - |
| XYZ | 36.28 | 35.43 | 13.31 | - |
| YUV | 158.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 84 | 0 | 0.23 | 0.58 | 0.22 | 36.32 | 0.5 | 0.55 |
| Hex | C6 | 99 | 54 | 0 | 17 | 3A | 16 | 24 | 32 | 37 |
| Octal | 306 | 231 | 124 | 0 | 27 | 72 | 26 | 44 | 62 | 67 |
| Binary | 11000110 | 10011001 | 1010100 | 0 | 10111 | 111010 | 10110 | 100100 | 110010 | 110111 |
Color Harmonies of #C69954
Complementary color
Monochromatic Colors of #C69954
Black with #C69954
Text Example
Text Example
White with #C69954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69954; }
p { color: rgb(198,153,84); }
H1.HeaderClassName
{
color: #C69954;
}
.AnyTagClassName
{
color: #C69954;
}
</style>
background-color css
<style>
a { background-color: #C69954; }
a { background-color: rgb(198,153,84); }
div.DivClassName
{
background-color: #C69954;
}
.BgClassName
{
background-color: #C69954;
}
</style>
border-color css
<style>
span { border-color: #C69954; }
span { border-color: rgb(198,153,84); }
td.TdClassName
{
border-color: #C69954;
}
.TagClassName
{
border-color: #C69954;
}
</style>