#6C414C

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

Shades of Tawny Port #6C414C

Tints of Tawny Port #6C414C

Color information

#6C414C (or 0x6C414C) is unknown color: approx Tawny Port. HEX triplet: 6C, 41 and 4C. RGB value is (108,65,76). Sum of RGB (Red+Green+Blue) = 108+65+76=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C414C is #93BEB3. Grayscale: #4F4F4F. Windows color (decimal): -9682612 or 4997484. OLE color: 4997484.

HSL color Cylindrical-coordinate representation of color #6C414C: hue angle of 344.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C414C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1086576-
CMYK00.400.300.58
HSL344.65º24.86%33.92%-
HSV(B)344.65º39.81%42.35%-
XYZ9.387.497.79-
YUV79.11126.25148.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=43.37%
G=26.10%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108657600.400.300.58344.6524.8633.92
Hex6C414C0281E3A1591922
Octal15410111405036725313142
Binary11011001000001100110001010001111011101010101100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,76); }

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

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

 a { background-color: rgb(108,65,76); }

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

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

 span { border-color: rgb(108,65,76); }

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