#6D212E

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

Shades of Claret #6D212E

Tints of Claret #6D212E

Color information

#6D212E (or 0x6D212E) is unknown color: approx Claret. HEX triplet: 6D, 21 and 2E. RGB value is (109,33,46). Sum of RGB (Red+Green+Blue) = 109+33+46=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D212E is #92DED1. Grayscale: #393939. Windows color (decimal): -9625298 or 3023213. OLE color: 3023213.

HSL color Cylindrical-coordinate representation of color #6D212E: hue angle of 349.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D212E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1093346-
CMYK00.700.580.57
HSL349.74º53.52%27.84%-
HSV(B)349.74º69.72%42.75%-
XYZ7.344.543.07-
YUV57.21121.68164.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=57.98%
G=17.55%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109334600.700.580.57349.7453.5227.84
Hex6D212E0463A3915e361c
Octal1554156010672715366634
Binary11011011000011011100100011011101011100110101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,46); }

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

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

 a { background-color: rgb(109,33,46); }

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

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

 span { border-color: rgb(109,33,46); }

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