Html Css Color HEX #6B404E Tawny Port

📋 copy color: '#6B404E'

red 107 ◦ green 64 ◦ blue 78

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

Shades of Tawny Port #6B404E

Tints of Tawny Port #6B404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 42.97%
G = 25.7%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B404E (or 0x6B404E) is known color: Tawny Port. HEX triplet: 6B, 40 and 4E. RGB value is (107,64,78). Sum of RGB (Red+Green+Blue) = 107+64+78=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B404E is #94BFB1. Grayscale: #4E4E4E. Windows color (decimal): -9748402 or 5128299. OLE color: 5128299.

HSL color Cylindrical-coordinate representation of color #6B404E: hue angle of 340.47º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B404E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 64 78 -
CMYK 0 0.40 0.27 0.58
HSL 340.47º 0.25% 0.34% -
HSV(B) 340.47º 0.4% 0.42% -
XYZ 9.27 7.34 8.14 -
YUV 78.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 107 64 78 0 0.40 0.27 0.58 340.47 0.25 0.34
Hex 6B 40 4E 0 28 1B 3A 154 19 22
Octal 153 100 116 0 50 33 72 524 31 42
Binary 1101011 1000000 1001110 0 101000 11011 111010 101010100 11001 100010

Color Harmonies of #6B404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B404E

Black with #6B404E

Text Example


Text Example

White with #6B404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,78); }

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

background-color css

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

 a { background-color: rgb(107,64,78); }

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

border-color css

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

 span { border-color: rgb(107,64,78); }

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