#6C2037

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

Shades of Claret #6C2037

Tints of Claret #6C2037

Color information

#6C2037 (or 0x6C2037) is unknown color: approx Claret. HEX triplet: 6C, 20 and 37. RGB value is (108,32,55). Sum of RGB (Red+Green+Blue) = 108+32+55=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2037 is #93DFC8. Grayscale: #393939. Windows color (decimal): -9691081 or 3612780. OLE color: 3612780.

HSL color Cylindrical-coordinate representation of color #6C2037: hue angle of 341.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2037 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1083255-
CMYK00.700.490.58
HSL341.84º54.29%27.45%-
HSV(B)341.84º70.37%42.35%-
XYZ7.394.54.09-
YUV57.35126.68164.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=55.38%
G=16.41%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108325500.700.490.58341.8454.2927.45
Hex6C2037046313A156361b
Octal1544067010661725266633
Binary11011001000001101110100011011000111101010101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,55); }

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

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

 a { background-color: rgb(108,32,55); }

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

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

 span { border-color: rgb(108,32,55); }

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