#6B3046

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

Shades of Tawny Port #6B3046

Tints of Tawny Port #6B3046

Color information

#6B3046 (or 0x6B3046) is unknown color: approx Tawny Port. HEX triplet: 6B, 30 and 46. RGB value is (107,48,70). Sum of RGB (Red+Green+Blue) = 107+48+70=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3046 is #94CFB9. Grayscale: #444444. Windows color (decimal): -9752506 or 4599915. OLE color: 4599915.

HSL color Cylindrical-coordinate representation of color #6B3046: hue angle of 337.63º 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 #6B3046 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1074870-
CMYK00.550.350.58
HSL337.63º38.06%30.39%-
HSV(B)337.63º55.14%41.96%-
XYZ8.235.686.46-
YUV68.15129.05155.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=47.56%
G=21.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107487000.550.350.58337.6338.0630.39
Hex6B3046037233A152261e
Octal1536010606743725224636
Binary11010111100001000110011011110001111101010101001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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