Shades of Red Damask #C6734A
Tints of Red Damask #C6734A
RGB
CMYK
RGB Variations
Color information
#C6734A (or 0xC6734A) is known color: Red Damask. HEX triplet: C6, 73 and 4A. RGB value is (198,115,74). Sum of RGB (Red+Green+Blue) = 198+115+74=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6734A is #398CB5. Grayscale: #878787. Windows color (decimal): -3771574 or 4879302. OLE color: 4879302.
HSL color Cylindrical-coordinate representation of color #C6734A: hue angle of 19.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6734A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 74 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.22 |
| HSL | 19.84º | 0.52% | 0.53% | - |
| HSV(B) | 19.84º | 0.63% | 0.78% | - |
| XYZ | 30.66 | 24.76 | 9.64 | - |
| YUV | 135.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 74 | 0 | 0.42 | 0.63 | 0.22 | 19.84 | 0.52 | 0.53 |
| Hex | C6 | 73 | 4A | 0 | 2A | 3F | 16 | 14 | 34 | 35 |
| Octal | 306 | 163 | 112 | 0 | 52 | 77 | 26 | 24 | 64 | 65 |
| Binary | 11000110 | 1110011 | 1001010 | 0 | 101010 | 111111 | 10110 | 10100 | 110100 | 110101 |
Color Harmonies of #C6734A
Complementary color
Monochromatic Colors of #C6734A
Black with #C6734A
Text Example
Text Example
White with #C6734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6734A; }
p { color: rgb(198,115,74); }
H1.HeaderClassName
{
color: #C6734A;
}
.AnyTagClassName
{
color: #C6734A;
}
</style>
background-color css
<style>
a { background-color: #C6734A; }
a { background-color: rgb(198,115,74); }
div.DivClassName
{
background-color: #C6734A;
}
.BgClassName
{
background-color: #C6734A;
}
</style>
border-color css
<style>
span { border-color: #C6734A; }
span { border-color: rgb(198,115,74); }
td.TdClassName
{
border-color: #C6734A;
}
.TagClassName
{
border-color: #C6734A;
}
</style>