Html Css Color HEX #6B3246 Tawny Port

📋 copy color: '#6B3246'

red 107 ◦ green 50 ◦ blue 70

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

Shades of Tawny Port #6B3246

Tints of Tawny Port #6B3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 47.14%
G = 22.03%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B3246 (or 0x6B3246) is known color: Tawny Port. HEX triplet: 6B, 32 and 46. RGB value is (107,50,70). Sum of RGB (Red+Green+Blue) = 107+50+70=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3246 is #94CDB9. Grayscale: #454545. Windows color (decimal): -9751994 or 4600427. OLE color: 4600427.

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

Color convert

RGB 107 50 70 -
CMYK 0 0.53 0.35 0.58
HSL 338.95º 0.36% 0.31% -
HSV(B) 338.95º 0.53% 0.42% -
XYZ 8.31 5.85 6.49 -
YUV 69.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 107 50 70 0 0.53 0.35 0.58 338.95 0.36 0.31
Hex 6B 32 46 0 35 23 3A 153 24 1F
Octal 153 62 106 0 65 43 72 523 44 37
Binary 1101011 110010 1000110 0 110101 100011 111010 101010011 100100 11111

Color Harmonies of #6B3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3246

Black with #6B3246

Text Example


Text Example

White with #6B3246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,70); }

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

background-color css

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

 a { background-color: rgb(107,50,70); }

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

border-color css

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

 span { border-color: rgb(107,50,70); }

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