#6C142C

Color #6C142C Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #6C142C

Tints of Claret #6C142C

Color information

#6C142C (or 0x6C142C) is unknown color: approx Claret. HEX triplet: 6C, 14 and 2C. RGB value is (108,20,44). Sum of RGB (Red+Green+Blue) = 108+20+44=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C142C is #93EBD3. Grayscale: #313131. Windows color (decimal): -9694164 or 2888812. OLE color: 2888812.

HSL color Cylindrical-coordinate representation of color #6C142C: hue angle of 343.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C142C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1082044-
CMYK00.810.590.58
HSL343.64º68.75%25.1%-
HSV(B)343.64º81.48%42.35%-
XYZ6.893.872.77-
YUV49.05125.15170.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 62.79%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=62.79%
G=11.63%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108204400.810.590.58343.6468.7525.1
Hex6C142C0513B3A1584519
Octal15424540121737253010531
Binary11011001010010110001010001111011111010101011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C142C; }

 p { color: rgb(108,20,44); }

 H1.HeaderClassName
 {
   color: #6C142C;
 }
 .AnyTagClassName
 {
   color: #6C142C;
 }
</style>
background-color css

<style>
 a { background-color: #6C142C; }

 a { background-color: rgb(108,20,44); }

 div.DivClassName
 {
   background-color: #6C142C;
 }
 .BgClassName
 {
   background-color: #6C142C;
 }
</style>
border-color css

<style>
 span { border-color: #6C142C; }

 span { border-color: rgb(108,20,44); }

 td.TdClassName
 {
   border-color: #6C142C;
 }
 .TagClassName
 {
   border-color: #6C142C;
 }
</style>