Html Css Color HEX #6B344C Tawny Port

📋 copy color: '#6B344C'

red 107 ◦ green 52 ◦ blue 76

#6B344C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #6B344C

Tints of Tawny Port #6B344C

RGB

 RED value IS 107 (42.19% from 255) = 45.53%

 GREEN value IS 52 (20.7% from 255) = 22.13%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 45.53%
G = 22.13%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B344C (or 0x6B344C) is known color: Tawny Port. HEX triplet: 6B, 34 and 4C. RGB value is (107,52,76). Sum of RGB (Red+Green+Blue) = 107+52+76=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B344C is #94CBB3. Grayscale: #474747. Windows color (decimal): -9751476 or 4994155. OLE color: 4994155.

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

Color convert

RGB 107 52 76 -
CMYK 0 0.51 0.29 0.58
HSL 333.82º 0.35% 0.31% -
HSV(B) 333.82º 0.51% 0.42% -
XYZ 8.6 6.1 7.56 -
YUV 71.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 107 52 76 0 0.51 0.29 0.58 333.82 0.35 0.31
Hex 6B 34 4C 0 33 1D 3A 14E 23 1F
Octal 153 64 114 0 63 35 72 516 43 37
Binary 1101011 110100 1001100 0 110011 11101 111010 101001110 100011 11111

Color Harmonies of #6B344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B344C

Black with #6B344C

Text Example


Text Example

White with #6B344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B344C;
 }
 .AnyTagClassName
 {
   color: #6B344C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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