#6D2636

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

Shades of Claret #6D2636

Tints of Claret #6D2636

Color information

#6D2636 (or 0x6D2636) is unknown color: approx Claret. HEX triplet: 6D, 26 and 36. RGB value is (109,38,54). Sum of RGB (Red+Green+Blue) = 109+38+54=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2636 is #92D9C9. Grayscale: #3D3D3D. Windows color (decimal): -9624010 or 3548781. OLE color: 3548781.

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

Color convert

RGB1093854-
CMYK00.650.500.57
HSL346.48º48.3%28.82%-
HSV(B)346.48º65.14%42.75%-
XYZ7.674.94.03-
YUV61.05124.02162.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=54.23%
G=18.91%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109385400.650.500.57346.4848.328.82
Hex6D2636041323915a301d
Octal1554666010162715326035
Binary11011011001101101100100000111001011100110101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,54); }

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

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

 a { background-color: rgb(109,38,54); }

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

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

 span { border-color: rgb(109,38,54); }

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