#6C142F

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

Shades of Claret #6C142F

Tints of Claret #6C142F

Color information

#6C142F (or 0x6C142F) is unknown color: approx Claret. HEX triplet: 6C, 14 and 2F. RGB value is (108,20,47). Sum of RGB (Red+Green+Blue) = 108+20+47=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C142F is #93EBD0. Grayscale: #313131. Windows color (decimal): -9694161 or 3085420. OLE color: 3085420.

HSL color Cylindrical-coordinate representation of color #6C142F: hue angle of 341.59º 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 #6C142F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1082047-
CMYK00.810.560.58
HSL341.59º68.75%25.1%-
HSV(B)341.59º81.48%42.35%-
XYZ6.953.893.07-
YUV49.39126.65169.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.71%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=61.71%
G=11.43%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108204700.810.560.58341.5968.7525.1
Hex6C142F051383A1564519
Octal15424570121707252610531
Binary11011001010010111101010001111000111010101010110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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