#6C424D

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

Shades of Tawny Port #6C424D

Tints of Tawny Port #6C424D

Color information

#6C424D (or 0x6C424D) is unknown color: approx Tawny Port. HEX triplet: 6C, 42 and 4D. RGB value is (108,66,77). Sum of RGB (Red+Green+Blue) = 108+66+77=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C424D is #93BDB2. Grayscale: #4F4F4F. Windows color (decimal): -9682355 or 5063276. OLE color: 5063276.

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

Color convert

RGB1086677-
CMYK00.390.290.58
HSL344.29º24.14%34.12%-
HSV(B)344.29º38.89%42.35%-
XYZ9.477.627.99-
YUV79.81126.41148.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=43.03%
G=26.29%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108667700.390.290.58344.2924.1434.12
Hex6C424D0271D3A1581822
Octal15410211504735725303042
Binary11011001000010100110101001111110111101010101100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,66,77); }

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

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

 a { background-color: rgb(108,66,77); }

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

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

 span { border-color: rgb(108,66,77); }

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