#6C3047

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

Shades of Tawny Port #6C3047

Tints of Tawny Port #6C3047

Color information

#6C3047 (or 0x6C3047) is unknown color: approx Tawny Port. HEX triplet: 6C, 30 and 47. RGB value is (108,48,71). Sum of RGB (Red+Green+Blue) = 108+48+71=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3047 is #93CFB8. Grayscale: #444444. Windows color (decimal): -9686969 or 4665452. OLE color: 4665452.

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

Color convert

RGB1084871-
CMYK00.560.340.58
HSL337º38.46%30.59%-
HSV(B)337º55.56%42.35%-
XYZ8.385.766.63-
YUV68.56129.38156.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=47.58%
G=21.15%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108487100.560.340.5833738.4630.59
Hex6C3047038223A151261f
Octal1546010707042725214637
Binary11011001100001000111011100010001011101010101000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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