Shades of Twine #C6915C
Tints of Twine #C6915C
RGB
CMYK
RGB Variations
Color information
#C6915C (or 0xC6915C) is known color: Twine. HEX triplet: C6, 91 and 5C. RGB value is (198,145,92). Sum of RGB (Red+Green+Blue) = 198+145+92=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6915C is #396EA3. Grayscale: #9B9B9B. Windows color (decimal): -3763876 or 6066630. OLE color: 6066630.
HSL color Cylindrical-coordinate representation of color #C6915C: hue angle of 30º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6915C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 92 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.22 |
| HSL | 30º | 0.48% | 0.57% | - |
| HSV(B) | 30º | 0.54% | 0.78% | - |
| XYZ | 35.35 | 33.03 | 14.64 | - |
| YUV | 154.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 92 | 0 | 0.27 | 0.54 | 0.22 | 30 | 0.48 | 0.57 |
| Hex | C6 | 91 | 5C | 0 | 1B | 36 | 16 | 1E | 30 | 39 |
| Octal | 306 | 221 | 134 | 0 | 33 | 66 | 26 | 36 | 60 | 71 |
| Binary | 11000110 | 10010001 | 1011100 | 0 | 11011 | 110110 | 10110 | 11110 | 110000 | 111001 |
Color Harmonies of #C6915C
Complementary color
Monochromatic Colors of #C6915C
Black with #C6915C
Text Example
Text Example
White with #C6915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6915C; }
p { color: rgb(198,145,92); }
H1.HeaderClassName
{
color: #C6915C;
}
.AnyTagClassName
{
color: #C6915C;
}
</style>
background-color css
<style>
a { background-color: #C6915C; }
a { background-color: rgb(198,145,92); }
div.DivClassName
{
background-color: #C6915C;
}
.BgClassName
{
background-color: #C6915C;
}
</style>
border-color css
<style>
span { border-color: #C6915C; }
span { border-color: rgb(198,145,92); }
td.TdClassName
{
border-color: #C6915C;
}
.TagClassName
{
border-color: #C6915C;
}
</style>