#6C2436

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

Shades of Claret #6C2436

Tints of Claret #6C2436

Color information

#6C2436 (or 0x6C2436) is unknown color: approx Claret. HEX triplet: 6C, 24 and 36. RGB value is (108,36,54). Sum of RGB (Red+Green+Blue) = 108+36+54=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2436 is #93DBC9. Grayscale: #3B3B3B. Windows color (decimal): -9690058 or 3548268. OLE color: 3548268.

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

Color convert

RGB1083654-
CMYK00.670.500.58
HSL345º50%28.24%-
HSV(B)345º66.67%42.35%-
XYZ7.484.724.01-
YUV59.58124.85162.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.55%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=54.55%
G=18.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108365400.670.500.583455028.24
Hex6C2436043323A159321c
Octal1544466010362725316234
Binary11011001001001101100100001111001011101010101100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,54); }

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

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

 a { background-color: rgb(108,36,54); }

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

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

 span { border-color: rgb(108,36,54); }

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