Shades of Twine #C69A5A
Tints of Twine #C69A5A
RGB
CMYK
RGB Variations
Color information
#C69A5A (or 0xC69A5A) is known color: Twine. HEX triplet: C6, 9A and 5A. RGB value is (198,154,90). Sum of RGB (Red+Green+Blue) = 198+154+90=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A5A is #3965A5. Grayscale: #A0A0A0. Windows color (decimal): -3761574 or 5937862. OLE color: 5937862.
HSL color Cylindrical-coordinate representation of color #C69A5A: hue angle of 35.56º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C69A5A is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 90 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.22 |
| HSL | 35.56º | 0.49% | 0.56% | - |
| HSV(B) | 35.56º | 0.55% | 0.78% | - |
| XYZ | 36.69 | 35.86 | 14.66 | - |
| YUV | 159.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 90 | 0 | 0.22 | 0.55 | 0.22 | 35.56 | 0.49 | 0.56 |
| Hex | C6 | 9A | 5A | 0 | 16 | 37 | 16 | 24 | 31 | 38 |
| Octal | 306 | 232 | 132 | 0 | 26 | 67 | 26 | 44 | 61 | 70 |
| Binary | 11000110 | 10011010 | 1011010 | 0 | 10110 | 110111 | 10110 | 100100 | 110001 | 111000 |
Color Harmonies of #C69A5A
Complementary color
Monochromatic Colors of #C69A5A
Black with #C69A5A
Text Example
Text Example
White with #C69A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A5A; }
p { color: rgb(198,154,90); }
H1.HeaderClassName
{
color: #C69A5A;
}
.AnyTagClassName
{
color: #C69A5A;
}
</style>
background-color css
<style>
a { background-color: #C69A5A; }
a { background-color: rgb(198,154,90); }
div.DivClassName
{
background-color: #C69A5A;
}
.BgClassName
{
background-color: #C69A5A;
}
</style>
border-color css
<style>
span { border-color: #C69A5A; }
span { border-color: rgb(198,154,90); }
td.TdClassName
{
border-color: #C69A5A;
}
.TagClassName
{
border-color: #C69A5A;
}
</style>