#6C3244

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

Shades of Tawny Port #6C3244

Tints of Tawny Port #6C3244

Color information

#6C3244 (or 0x6C3244) is unknown color: approx Tawny Port. HEX triplet: 6C, 32 and 44. RGB value is (108,50,68). Sum of RGB (Red+Green+Blue) = 108+50+68=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3244 is #93CDBB. Grayscale: #454545. Windows color (decimal): -9686460 or 4469356. OLE color: 4469356.

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

Color convert

RGB1085068-
CMYK00.540.370.58
HSL341.38º36.71%30.98%-
HSV(B)341.38º53.7%42.35%-
XYZ8.375.896.16-
YUV69.39127.22155.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=47.79%
G=22.12%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108506800.540.370.58341.3836.7130.98
Hex6C3244036253A155251f
Octal1546210406645725254537
Binary11011001100101000100011011010010111101010101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,68); }

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

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

 a { background-color: rgb(108,50,68); }

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

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

 span { border-color: rgb(108,50,68); }

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