#6C2634

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

Shades of Claret #6C2634

Tints of Claret #6C2634

Color information

#6C2634 (or 0x6C2634) is unknown color: approx Claret. HEX triplet: 6C, 26 and 34. RGB value is (108,38,52). Sum of RGB (Red+Green+Blue) = 108+38+52=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2634 is #93D9CB. Grayscale: #3C3C3C. Windows color (decimal): -9689548 or 3417708. OLE color: 3417708.

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

Color convert

RGB1083852-
CMYK00.650.520.58
HSL348º47.95%28.63%-
HSV(B)348º64.81%42.35%-
XYZ7.54.823.78-
YUV60.53123.19161.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.55%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=54.55%
G=19.19%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108385200.650.520.5834847.9528.63
Hex6C2634041343A15c301d
Octal1544664010164725346035
Binary11011001001101101000100000111010011101010101110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,52); }

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

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

 a { background-color: rgb(108,38,52); }

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

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

 span { border-color: rgb(108,38,52); }

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