#6c172c

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

Shades of Claret #6C172C

Tints of Claret #6C172C

Color information

#6C172C (or 0x6C172C) is unknown color: approx Claret. HEX triplet: 6C, 17 and 2C. RGB value is (108,23,44). Sum of RGB (Red+Green+Blue) = 108+23+44=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C172C is #93E8D3. Grayscale: #323232. Windows color (decimal): -9693396 or 2889580. OLE color: 2889580.

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

Color convert

RGB1082344-
CMYK00.790.590.58
HSL345.18º64.89%25.69%-
HSV(B)345.18º78.7%42.35%-
XYZ6.953.982.79-
YUV50.81124.16168.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.71%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=61.71%
G=13.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108234400.790.590.58345.1864.8925.69
Hex6C172C04F3B3A159411a
Octal15427540117737253110132
Binary11011001011110110001001111111011111010101011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c172c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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