Shades of Claret #6C2436
Tints of Claret #6C2436
RGB
CMYK
RGB Variations
Color information
#6C2436 (or 0x6C2436) is known color: Claret. HEX triplet: 6C, 24 and 36. RGB value is (108,36,54). Sum of RGB (Red+Green+Blue) = 108+36+54=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2436 is #93DBC9. Grayscale: #3B3B3B. Windows color (decimal): -9690058 or 3548268. OLE color: 3548268.
HSL color Cylindrical-coordinate representation of color #6C2436: hue angle of 345º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2436 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 54 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.58 |
| HSL | 345º | 0.5% | 0.28% | - |
| HSV(B) | 345º | 0.67% | 0.42% | - |
| XYZ | 7.48 | 4.72 | 4.01 | - |
| YUV | 59.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 54 | 0 | 0.67 | 0.50 | 0.58 | 345 | 0.5 | 0.28 |
| Hex | 6C | 24 | 36 | 0 | 43 | 32 | 3A | 159 | 32 | 1C |
| Octal | 154 | 44 | 66 | 0 | 103 | 62 | 72 | 531 | 62 | 34 |
| Binary | 1101100 | 100100 | 110110 | 0 | 1000011 | 110010 | 111010 | 101011001 | 110010 | 11100 |
Color Harmonies of #6C2436
Complementary color
Monochromatic Colors of #6C2436
Black with #6C2436
Text Example
Text Example
White with #6C2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2436; }
p { color: rgb(108,36,54); }
H1.HeaderClassName
{
color: #6C2436;
}
.AnyTagClassName
{
color: #6C2436;
}
</style>
background-color css
<style>
a { background-color: #6C2436; }
a { background-color: rgb(108,36,54); }
div.DivClassName
{
background-color: #6C2436;
}
.BgClassName
{
background-color: #6C2436;
}
</style>
border-color css
<style>
span { border-color: #6C2436; }
span { border-color: rgb(108,36,54); }
td.TdClassName
{
border-color: #6C2436;
}
.TagClassName
{
border-color: #6C2436;
}
</style>