#6B334C

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

Shades of Tawny Port #6B334C

Tints of Tawny Port #6B334C

Color information

#6B334C (or 0x6B334C) is unknown color: approx Tawny Port. HEX triplet: 6B, 33 and 4C. RGB value is (107,51,76). Sum of RGB (Red+Green+Blue) = 107+51+76=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B334C is #94CCB3. Grayscale: #464646. Windows color (decimal): -9751732 or 4993899. OLE color: 4993899.

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

Color convert

RGB1075176-
CMYK00.520.290.58
HSL333.21º35.44%30.98%-
HSV(B)333.21º52.34%41.96%-
XYZ8.556.027.55-
YUV70.59131.05153.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=45.73%
G=21.79%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107517600.520.290.58333.2135.4430.98
Hex6B334C0341D3A14d231f
Octal1536311406435725154337
Binary1101011110011100110001101001110111101010100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,76); }

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

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

 a { background-color: rgb(107,51,76); }

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

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

 span { border-color: rgb(107,51,76); }

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