#6D162D

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

Shades of Claret #6D162D

Tints of Claret #6D162D

Color information

#6D162D (or 0x6D162D) is unknown color: approx Claret. HEX triplet: 6D, 16 and 2D. RGB value is (109,22,45). Sum of RGB (Red+Green+Blue) = 109+22+45=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D162D is #92E9D2. Grayscale: #323232. Windows color (decimal): -9628115 or 2954861. OLE color: 2954861.

HSL color Cylindrical-coordinate representation of color #6D162D: hue angle of 344.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D162D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB1092245-
CMYK00.800.590.57
HSL344.14º66.41%25.69%-
HSV(B)344.14º79.82%42.75%-
XYZ7.074.012.89-
YUV50.64124.82169.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.93%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=61.93%
G=12.5%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109224500.800.590.57344.1466.4125.69
Hex6D162D0503B39158421a
Octal15526550120737153010232
Binary11011011011010110101010000111011111001101011000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,45); }

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

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

 a { background-color: rgb(109,22,45); }

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

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

 span { border-color: rgb(109,22,45); }

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