Html Css Color HEX #6B404C Tawny Port

📋 copy color: '#6B404C'

red 107 ◦ green 64 ◦ blue 76

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

Shades of Tawny Port #6B404C

Tints of Tawny Port #6B404C

RGB

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

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

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

R = 43.32%
G = 25.91%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B404C (or 0x6B404C) is known color: Tawny Port. HEX triplet: 6B, 40 and 4C. RGB value is (107,64,76). Sum of RGB (Red+Green+Blue) = 107+64+76=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B404C is #94BFB3. Grayscale: #4E4E4E. Windows color (decimal): -9748404 or 4997227. OLE color: 4997227.

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

Color convert

RGB 107 64 76 -
CMYK 0 0.40 0.29 0.58
HSL 343.26º 0.25% 0.34% -
HSV(B) 343.26º 0.4% 0.42% -
XYZ 9.2 7.31 7.76 -
YUV 78.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 107 64 76 0 0.40 0.29 0.58 343.26 0.25 0.34
Hex 6B 40 4C 0 28 1D 3A 157 19 22
Octal 153 100 114 0 50 35 72 527 31 42
Binary 1101011 1000000 1001100 0 101000 11101 111010 101010111 11001 100010

Color Harmonies of #6B404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B404C

Black with #6B404C

Text Example


Text Example

White with #6B404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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