#6B344A

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

Shades of Tawny Port #6B344A

Tints of Tawny Port #6B344A

Color information

#6B344A (or 0x6B344A) is unknown color: approx Tawny Port. HEX triplet: 6B, 34 and 4A. RGB value is (107,52,74). Sum of RGB (Red+Green+Blue) = 107+52+74=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B344A is #94CBB5. Grayscale: #464646. Windows color (decimal): -9751478 or 4863083. OLE color: 4863083.

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

Color convert

RGB1075274-
CMYK00.510.310.58
HSL336º34.59%31.18%-
HSV(B)336º51.4%41.96%-
XYZ8.536.087.2-
YUV70.95129.72153.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=45.92%
G=22.32%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107527400.510.310.5833634.5931.18
Hex6B344A0331F3A150231f
Octal1536411206337725204337
Binary1101011110100100101001100111111111101010101000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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