Shades of Claret #6C2637
Tints of Claret #6C2637
RGB
CMYK
RGB Variations
Color information
#6C2637 (or 0x6C2637) is known color: Claret. HEX triplet: 6C, 26 and 37. RGB value is (108,38,55). Sum of RGB (Red+Green+Blue) = 108+38+55=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2637 is #93D9C8. Grayscale: #3C3C3C. Windows color (decimal): -9689545 or 3614316. OLE color: 3614316.
HSL color Cylindrical-coordinate representation of color #6C2637: hue angle of 345.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2637 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 55 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.58 |
| HSL | 345.43º | 0.48% | 0.29% | - |
| HSV(B) | 345.43º | 0.65% | 0.42% | - |
| XYZ | 7.57 | 4.85 | 4.15 | - |
| YUV | 60.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 55 | 0 | 0.65 | 0.49 | 0.58 | 345.43 | 0.48 | 0.29 |
| Hex | 6C | 26 | 37 | 0 | 41 | 31 | 3A | 159 | 30 | 1D |
| Octal | 154 | 46 | 67 | 0 | 101 | 61 | 72 | 531 | 60 | 35 |
| Binary | 1101100 | 100110 | 110111 | 0 | 1000001 | 110001 | 111010 | 101011001 | 110000 | 11101 |
Color Harmonies of #6C2637
Complementary color
Monochromatic Colors of #6C2637
Black with #6C2637
Text Example
Text Example
White with #6C2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2637; }
p { color: rgb(108,38,55); }
H1.HeaderClassName
{
color: #6C2637;
}
.AnyTagClassName
{
color: #6C2637;
}
</style>
background-color css
<style>
a { background-color: #6C2637; }
a { background-color: rgb(108,38,55); }
div.DivClassName
{
background-color: #6C2637;
}
.BgClassName
{
background-color: #6C2637;
}
</style>
border-color css
<style>
span { border-color: #6C2637; }
span { border-color: rgb(108,38,55); }
td.TdClassName
{
border-color: #6C2637;
}
.TagClassName
{
border-color: #6C2637;
}
</style>