Shades of Twine #C69452
Tints of Twine #C69452
RGB
CMYK
RGB Variations
Color information
#C69452 (or 0xC69452) is known color: Twine. HEX triplet: C6, 94 and 52. RGB value is (198,148,82). Sum of RGB (Red+Green+Blue) = 198+148+82=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69452 is #396BAD. Grayscale: #9B9B9B. Windows color (decimal): -3763118 or 5412038. OLE color: 5412038.
HSL color Cylindrical-coordinate representation of color #C69452: hue angle of 34.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C69452 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 82 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.22 |
| HSL | 34.14º | 0.5% | 0.55% | - |
| HSV(B) | 34.14º | 0.59% | 0.78% | - |
| XYZ | 35.4 | 33.79 | 12.64 | - |
| YUV | 155.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 82 | 0 | 0.25 | 0.59 | 0.22 | 34.14 | 0.5 | 0.55 |
| Hex | C6 | 94 | 52 | 0 | 19 | 3B | 16 | 22 | 32 | 37 |
| Octal | 306 | 224 | 122 | 0 | 31 | 73 | 26 | 42 | 62 | 67 |
| Binary | 11000110 | 10010100 | 1010010 | 0 | 11001 | 111011 | 10110 | 100010 | 110010 | 110111 |
Color Harmonies of #C69452
Complementary color
Monochromatic Colors of #C69452
Black with #C69452
Text Example
Text Example
White with #C69452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69452; }
p { color: rgb(198,148,82); }
H1.HeaderClassName
{
color: #C69452;
}
.AnyTagClassName
{
color: #C69452;
}
</style>
background-color css
<style>
a { background-color: #C69452; }
a { background-color: rgb(198,148,82); }
div.DivClassName
{
background-color: #C69452;
}
.BgClassName
{
background-color: #C69452;
}
</style>
border-color css
<style>
span { border-color: #C69452; }
span { border-color: rgb(198,148,82); }
td.TdClassName
{
border-color: #C69452;
}
.TagClassName
{
border-color: #C69452;
}
</style>