Html Css Color HEX #6D414A Tawny Port

📋 copy color: '#6D414A'

red 109 ◦ green 65 ◦ blue 74

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

Shades of Tawny Port #6D414A

Tints of Tawny Port #6D414A

RGB

 RED value IS 109 (42.97% from 255) = 43.95%

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 43.95%
G = 26.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D414A (or 0x6D414A) is known color: Tawny Port. HEX triplet: 6D, 41 and 4A. RGB value is (109,65,74). Sum of RGB (Red+Green+Blue) = 109+65+74=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D414A is #92BEB5. Grayscale: #4F4F4F. Windows color (decimal): -9617078 or 4866413. OLE color: 4866413.

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

Color convert

RGB 109 65 74 -
CMYK 0 0.40 0.32 0.57
HSL 347.73º 0.25% 0.34% -
HSV(B) 347.73º 0.4% 0.43% -
XYZ 9.43 7.53 7.43 -
YUV 79.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 109 65 74 0 0.40 0.32 0.57 347.73 0.25 0.34
Hex 6D 41 4A 0 28 20 39 15C 19 22
Octal 155 101 112 0 50 40 71 534 31 42
Binary 1101101 1000001 1001010 0 101000 100000 111001 101011100 11001 100010

Color Harmonies of #6D414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D414A

Black with #6D414A

Text Example


Text Example

White with #6D414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,74); }

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

background-color css

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

 a { background-color: rgb(109,65,74); }

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

border-color css

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

 span { border-color: rgb(109,65,74); }

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