Html Css Color HEX #6E384D Tawny Port

📋 copy color: '#6E384D'

red 110 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #6E384D

Tints of Tawny Port #6E384D

RGB

 RED value IS 110 (43.36% from 255) = 45.27%

 GREEN value IS 56 (22.27% from 255) = 23.05%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 45.27%
G = 23.05%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#6E384D (or 0x6E384D) is known color: Tawny Port. HEX triplet: 6E, 38 and 4D. RGB value is (110,56,77). Sum of RGB (Red+Green+Blue) = 110+56+77=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E384D is #91C7B2. Grayscale: #4A4A4A. Windows color (decimal): -9553843 or 5060718. OLE color: 5060718.

HSL color Cylindrical-coordinate representation of color #6E384D: hue angle of 336.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E384D is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 56 77 -
CMYK 0 0.49 0.3 0.57
HSL 336.67º 0.33% 0.33% -
HSV(B) 336.67º 0.49% 0.43% -
XYZ 9.18 6.68 7.83 -
YUV 74.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 110 56 77 0 0.49 0.3 0.57 336.67 0.33 0.33
Hex 6E 38 4D 0 31 1E 39 151 21 21
Octal 156 70 115 0 61 36 71 521 41 41
Binary 1101110 111000 1001101 0 110001 11110 111001 101010001 100001 100001

Color Harmonies of #6E384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E384D

Black with #6E384D

Text Example


Text Example

White with #6E384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,56,77); }

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

background-color css

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

 a { background-color: rgb(110,56,77); }

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

border-color css

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

 span { border-color: rgb(110,56,77); }

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