Html Css Color HEX #6E364C Tawny Port

📋 copy color: '#6E364C'

red 110 ◦ green 54 ◦ blue 76

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

Shades of Tawny Port #6E364C

Tints of Tawny Port #6E364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 45.83%
G = 22.5%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E364C (or 0x6E364C) is known color: Tawny Port. HEX triplet: 6E, 36 and 4C. RGB value is (110,54,76). Sum of RGB (Red+Green+Blue) = 110+54+76=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E364C is #91C9B3. Grayscale: #494949. Windows color (decimal): -9554356 or 4994670. OLE color: 4994670.

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

Color convert

RGB 110 54 76 -
CMYK 0 0.51 0.31 0.57
HSL 336.43º 0.34% 0.32% -
HSV(B) 336.43º 0.51% 0.43% -
XYZ 9.05 6.48 7.61 -
YUV 73.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 110 54 76 0 0.51 0.31 0.57 336.43 0.34 0.32
Hex 6E 36 4C 0 33 1F 39 150 22 20
Octal 156 66 114 0 63 37 71 520 42 40
Binary 1101110 110110 1001100 0 110011 11111 111001 101010000 100010 100000

Color Harmonies of #6E364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E364C

Black with #6E364C

Text Example


Text Example

White with #6E364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,54,76); }

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

background-color css

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

 a { background-color: rgb(110,54,76); }

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

border-color css

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

 span { border-color: rgb(110,54,76); }

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