#6B3047

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

Shades of Tawny Port #6B3047

Tints of Tawny Port #6B3047

Color information

#6B3047 (or 0x6B3047) is unknown color: approx Tawny Port. HEX triplet: 6B, 30 and 47. RGB value is (107,48,71). Sum of RGB (Red+Green+Blue) = 107+48+71=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3047 is #94CFB8. Grayscale: #444444. Windows color (decimal): -9752505 or 4665451. OLE color: 4665451.

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

Color convert

RGB1074871-
CMYK00.550.340.58
HSL336.61º38.06%30.39%-
HSV(B)336.61º55.14%41.96%-
XYZ8.265.696.63-
YUV68.26129.55155.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=47.35%
G=21.24%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107487100.550.340.58336.6138.0630.39
Hex6B3047037223A151261e
Octal1536010706742725214636
Binary11010111100001000111011011110001011101010101000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,71); }

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

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

 a { background-color: rgb(107,48,71); }

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

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

 span { border-color: rgb(107,48,71); }

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