#6B344B

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

Shades of Tawny Port #6B344B

Tints of Tawny Port #6B344B

Color information

#6B344B (or 0x6B344B) is unknown color: approx Tawny Port. HEX triplet: 6B, 34 and 4B. RGB value is (107,52,75). Sum of RGB (Red+Green+Blue) = 107+52+75=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B344B is #94CBB4. Grayscale: #474747. Windows color (decimal): -9751477 or 4928619. OLE color: 4928619.

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

Color convert

RGB1075275-
CMYK00.510.300.58
HSL334.91º34.59%31.18%-
HSV(B)334.91º51.4%41.96%-
XYZ8.566.097.38-
YUV71.07130.22153.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=45.73%
G=22.22%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107527500.510.300.58334.9134.5931.18
Hex6B344B0331E3A14f231f
Octal1536411306336725174337
Binary1101011110100100101101100111111011101010100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,75); }

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

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

 a { background-color: rgb(107,52,75); }

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

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

 span { border-color: rgb(107,52,75); }

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