Shades of Twine #C6945A
Tints of Twine #C6945A
RGB
CMYK
RGB Variations
Color information
#C6945A (or 0xC6945A) is known color: Twine. HEX triplet: C6, 94 and 5A. RGB value is (198,148,90). Sum of RGB (Red+Green+Blue) = 198+148+90=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6945A is #396BA5. Grayscale: #9C9C9C. Windows color (decimal): -3763110 or 5936326. OLE color: 5936326.
HSL color Cylindrical-coordinate representation of color #C6945A: hue angle of 32.22º 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 #C6945A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 90 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.22 |
| HSL | 32.22º | 0.49% | 0.56% | - |
| HSV(B) | 32.22º | 0.55% | 0.78% | - |
| XYZ | 35.72 | 33.92 | 14.34 | - |
| YUV | 156.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 90 | 0 | 0.25 | 0.55 | 0.22 | 32.22 | 0.49 | 0.56 |
| Hex | C6 | 94 | 5A | 0 | 19 | 37 | 16 | 20 | 31 | 38 |
| Octal | 306 | 224 | 132 | 0 | 31 | 67 | 26 | 40 | 61 | 70 |
| Binary | 11000110 | 10010100 | 1011010 | 0 | 11001 | 110111 | 10110 | 100000 | 110001 | 111000 |
Color Harmonies of #C6945A
Complementary color
Monochromatic Colors of #C6945A
Black with #C6945A
Text Example
Text Example
White with #C6945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6945A; }
p { color: rgb(198,148,90); }
H1.HeaderClassName
{
color: #C6945A;
}
.AnyTagClassName
{
color: #C6945A;
}
</style>
background-color css
<style>
a { background-color: #C6945A; }
a { background-color: rgb(198,148,90); }
div.DivClassName
{
background-color: #C6945A;
}
.BgClassName
{
background-color: #C6945A;
}
</style>
border-color css
<style>
span { border-color: #C6945A; }
span { border-color: rgb(198,148,90); }
td.TdClassName
{
border-color: #C6945A;
}
.TagClassName
{
border-color: #C6945A;
}
</style>