Shades of Twine #C6935A
Tints of Twine #C6935A
RGB
CMYK
RGB Variations
Color information
#C6935A (or 0xC6935A) is known color: Twine. HEX triplet: C6, 93 and 5A. RGB value is (198,147,90). Sum of RGB (Red+Green+Blue) = 198+147+90=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6935A is #396CA5. Grayscale: #9C9C9C. Windows color (decimal): -3763366 or 5936070. OLE color: 5936070.
HSL color Cylindrical-coordinate representation of color #C6935A: hue angle of 31.67º 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 #C6935A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 90 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.22 |
| HSL | 31.67º | 0.49% | 0.56% | - |
| HSV(B) | 31.67º | 0.55% | 0.78% | - |
| XYZ | 35.57 | 33.61 | 14.29 | - |
| YUV | 155.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 90 | 0 | 0.26 | 0.55 | 0.22 | 31.67 | 0.49 | 0.56 |
| Hex | C6 | 93 | 5A | 0 | 1A | 37 | 16 | 20 | 31 | 38 |
| Octal | 306 | 223 | 132 | 0 | 32 | 67 | 26 | 40 | 61 | 70 |
| Binary | 11000110 | 10010011 | 1011010 | 0 | 11010 | 110111 | 10110 | 100000 | 110001 | 111000 |
Color Harmonies of #C6935A
Complementary color
Monochromatic Colors of #C6935A
Black with #C6935A
Text Example
Text Example
White with #C6935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6935A; }
p { color: rgb(198,147,90); }
H1.HeaderClassName
{
color: #C6935A;
}
.AnyTagClassName
{
color: #C6935A;
}
</style>
background-color css
<style>
a { background-color: #C6935A; }
a { background-color: rgb(198,147,90); }
div.DivClassName
{
background-color: #C6935A;
}
.BgClassName
{
background-color: #C6935A;
}
</style>
border-color css
<style>
span { border-color: #C6935A; }
span { border-color: rgb(198,147,90); }
td.TdClassName
{
border-color: #C6935A;
}
.TagClassName
{
border-color: #C6935A;
}
</style>