#6D202E

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

Shades of Claret #6D202E

Tints of Claret #6D202E

Color information

#6D202E (or 0x6D202E) is unknown color: approx Claret. HEX triplet: 6D, 20 and 2E. RGB value is (109,32,46). Sum of RGB (Red+Green+Blue) = 109+32+46=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202E is #92DFD1. Grayscale: #383838. Windows color (decimal): -9625554 or 3022957. OLE color: 3022957.

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

Color convert

RGB1093246-
CMYK00.710.580.57
HSL349.09º54.61%27.65%-
HSV(B)349.09º70.64%42.75%-
XYZ7.324.483.06-
YUV56.62122.01165.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=58.29%
G=17.11%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109324600.710.580.57349.0954.6127.65
Hex6D202E0473A3915d371c
Octal1554056010772715356734
Binary11011011000001011100100011111101011100110101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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