#6B172C

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

Shades of Claret #6B172C

Tints of Claret #6B172C

Color information

#6B172C (or 0x6B172C) is unknown color: approx Claret. HEX triplet: 6B, 17 and 2C. RGB value is (107,23,44). Sum of RGB (Red+Green+Blue) = 107+23+44=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B172C is #94E8D3. Grayscale: #323232. Windows color (decimal): -9758932 or 2889579. OLE color: 2889579.

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

Color convert

RGB1072344-
CMYK00.790.590.58
HSL345º64.62%25.49%-
HSV(B)345º78.5%41.96%-
XYZ6.823.922.78-
YUV50.51124.33168.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=61.49%
G=13.22%
B=25.29%

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
Decimal107234400.790.590.5834564.6225.49
Hex6B172C04F3B3A1594119
Octal15327540117737253110131
Binary11010111011110110001001111111011111010101011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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