Shades of Twine #C69458
Tints of Twine #C69458
RGB
CMYK
RGB Variations
Color information
#C69458 (or 0xC69458) is known color: Twine. HEX triplet: C6, 94 and 58. RGB value is (198,148,88). Sum of RGB (Red+Green+Blue) = 198+148+88=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69458 is #396BA7. Grayscale: #9C9C9C. Windows color (decimal): -3763112 or 5805254. OLE color: 5805254.
HSL color Cylindrical-coordinate representation of color #C69458: hue angle of 32.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C69458 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 88 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.22 |
| HSL | 32.73º | 0.49% | 0.56% | - |
| HSV(B) | 32.73º | 0.56% | 0.78% | - |
| XYZ | 35.64 | 33.89 | 13.9 | - |
| YUV | 156.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 88 | 0 | 0.25 | 0.56 | 0.22 | 32.73 | 0.49 | 0.56 |
| Hex | C6 | 94 | 58 | 0 | 19 | 38 | 16 | 21 | 31 | 38 |
| Octal | 306 | 224 | 130 | 0 | 31 | 70 | 26 | 41 | 61 | 70 |
| Binary | 11000110 | 10010100 | 1011000 | 0 | 11001 | 111000 | 10110 | 100001 | 110001 | 111000 |
Color Harmonies of #C69458
Complementary color
Monochromatic Colors of #C69458
Black with #C69458
Text Example
Text Example
White with #C69458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69458; }
p { color: rgb(198,148,88); }
H1.HeaderClassName
{
color: #C69458;
}
.AnyTagClassName
{
color: #C69458;
}
</style>
background-color css
<style>
a { background-color: #C69458; }
a { background-color: rgb(198,148,88); }
div.DivClassName
{
background-color: #C69458;
}
.BgClassName
{
background-color: #C69458;
}
</style>
border-color css
<style>
span { border-color: #C69458; }
span { border-color: rgb(198,148,88); }
td.TdClassName
{
border-color: #C69458;
}
.TagClassName
{
border-color: #C69458;
}
</style>