#6B3E4C

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

Shades of Tawny Port #6B3E4C

Tints of Tawny Port #6B3E4C

Color information

#6B3E4C (or 0x6B3E4C) is unknown color: approx Tawny Port. HEX triplet: 6B, 3E and 4C. RGB value is (107,62,76). Sum of RGB (Red+Green+Blue) = 107+62+76=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E4C is #94C1B3. Grayscale: #4D4D4D. Windows color (decimal): -9748916 or 4996715. OLE color: 4996715.

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

Color convert

RGB1076276-
CMYK00.420.290.58
HSL341.33º26.63%33.14%-
HSV(B)341.33º42.06%41.96%-
XYZ9.097.097.73-
YUV77.05127.41149.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=43.67%
G=25.31%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107627600.420.290.58341.3326.6333.14
Hex6B3E4C02A1D3A1551b21
Octal1537611405235725253341
Binary1101011111110100110001010101110111101010101010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,76); }

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

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

 a { background-color: rgb(107,62,76); }

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

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

 span { border-color: rgb(107,62,76); }

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