#6E172C

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

Shades of Claret #6E172C

Tints of Claret #6E172C

Color information

#6E172C (or 0x6E172C) is unknown color: approx Claret. HEX triplet: 6E, 17 and 2C. RGB value is (110,23,44). Sum of RGB (Red+Green+Blue) = 110+23+44=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E172C is #91E8D3. Grayscale: #333333. Windows color (decimal): -9562324 or 2889582. OLE color: 2889582.

HSL color Cylindrical-coordinate representation of color #6E172C: hue angle of 345.52º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E172C is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB1102344-
CMYK00.790.60.57
HSL345.52º65.41%26.08%-
HSV(B)345.52º79.09%43.14%-
XYZ7.194.112.8-
YUV51.41123.82169.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.15%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=62.15%
G=12.99%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110234400.790.60.57345.5265.4126.08
Hex6E172C04F3C3915a411a
Octal15627540117747153210132
Binary11011101011110110001001111111100111001101011010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,44); }

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

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

 a { background-color: rgb(110,23,44); }

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

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

 span { border-color: rgb(110,23,44); }

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