Html Css Color HEX #6E384B Tawny Port

📋 copy color: '#6E384B'

red 110 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #6E384B

Tints of Tawny Port #6E384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 45.64%
G = 23.24%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E384B (or 0x6E384B) is known color: Tawny Port. HEX triplet: 6E, 38 and 4B. RGB value is (110,56,75). Sum of RGB (Red+Green+Blue) = 110+56+75=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E384B is #91C7B4. Grayscale: #4A4A4A. Windows color (decimal): -9553845 or 4929646. OLE color: 4929646.

HSL color Cylindrical-coordinate representation of color #6E384B: hue angle of 338.89º 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 #6E384B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 56 75 -
CMYK 0 0.49 0.32 0.57
HSL 338.89º 0.33% 0.33% -
HSV(B) 338.89º 0.49% 0.43% -
XYZ 9.11 6.65 7.46 -
YUV 74.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 110 56 75 0 0.49 0.32 0.57 338.89 0.33 0.33
Hex 6E 38 4B 0 31 20 39 153 21 21
Octal 156 70 113 0 61 40 71 523 41 41
Binary 1101110 111000 1001011 0 110001 100000 111001 101010011 100001 100001

Color Harmonies of #6E384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E384B

Black with #6E384B

Text Example


Text Example

White with #6E384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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