Shades of Twine #C69058
Tints of Twine #C69058
RGB
CMYK
RGB Variations
Color information
#C69058 (or 0xC69058) is known color: Twine. HEX triplet: C6, 90 and 58. RGB value is (198,144,88). Sum of RGB (Red+Green+Blue) = 198+144+88=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C69058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69058 is #396FA7. Grayscale: #9A9A9A. Windows color (decimal): -3764136 or 5804230. OLE color: 5804230.
HSL color Cylindrical-coordinate representation of color #C69058: hue angle of 30.55º 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 #C69058 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 88 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.22 |
| HSL | 30.55º | 0.49% | 0.56% | - |
| HSV(B) | 30.55º | 0.56% | 0.78% | - |
| XYZ | 35.02 | 32.66 | 13.69 | - |
| YUV | 153.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 88 | 0 | 0.27 | 0.56 | 0.22 | 30.55 | 0.49 | 0.56 |
| Hex | C6 | 90 | 58 | 0 | 1B | 38 | 16 | 1F | 31 | 38 |
| Octal | 306 | 220 | 130 | 0 | 33 | 70 | 26 | 37 | 61 | 70 |
| Binary | 11000110 | 10010000 | 1011000 | 0 | 11011 | 111000 | 10110 | 11111 | 110001 | 111000 |
Color Harmonies of #C69058
Complementary color
Monochromatic Colors of #C69058
Black with #C69058
Text Example
Text Example
White with #C69058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69058; }
p { color: rgb(198,144,88); }
H1.HeaderClassName
{
color: #C69058;
}
.AnyTagClassName
{
color: #C69058;
}
</style>
background-color css
<style>
a { background-color: #C69058; }
a { background-color: rgb(198,144,88); }
div.DivClassName
{
background-color: #C69058;
}
.BgClassName
{
background-color: #C69058;
}
</style>
border-color css
<style>
span { border-color: #C69058; }
span { border-color: rgb(198,144,88); }
td.TdClassName
{
border-color: #C69058;
}
.TagClassName
{
border-color: #C69058;
}
</style>