#6C172D

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

Shades of Claret #6C172D

Tints of Claret #6C172D

Color information

#6C172D (or 0x6C172D) is unknown color: approx Claret. HEX triplet: 6C, 17 and 2D. RGB value is (108,23,45). Sum of RGB (Red+Green+Blue) = 108+23+45=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C172D is #93E8D2. Grayscale: #323232. Windows color (decimal): -9693395 or 2955116. OLE color: 2955116.

HSL color Cylindrical-coordinate representation of color #6C172D: hue angle of 344.47º 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 #6C172D is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1082345-
CMYK00.790.580.58
HSL344.47º64.89%25.69%-
HSV(B)344.47º78.7%42.35%-
XYZ6.963.992.89-
YUV50.92124.66168.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.36%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=61.36%
G=13.07%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108234500.790.580.58344.4764.8925.69
Hex6C172D04F3A3A158411a
Octal15427550117727253010132
Binary11011001011110110101001111111010111010101011000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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