Html Css Color HEX #6E3C4B Tawny Port

📋 copy color: '#6E3C4B'

red 110 ◦ green 60 ◦ blue 75

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

Shades of Tawny Port #6E3C4B

Tints of Tawny Port #6E3C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 44.9%
G = 24.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E3C4B (or 0x6E3C4B) is known color: Tawny Port. HEX triplet: 6E, 3C and 4B. RGB value is (110,60,75). Sum of RGB (Red+Green+Blue) = 110+60+75=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3C4B is #91C3B4. Grayscale: #4C4C4C. Windows color (decimal): -9552821 or 4930670. OLE color: 4930670.

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

Color convert

RGB 110 60 75 -
CMYK 0 0.45 0.32 0.57
HSL 342º 0.29% 0.33% -
HSV(B) 342º 0.45% 0.43% -
XYZ 9.32 7.05 7.53 -
YUV 76.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 110 60 75 0 0.45 0.32 0.57 342 0.29 0.33
Hex 6E 3C 4B 0 2D 20 39 156 1D 21
Octal 156 74 113 0 55 40 71 526 35 41
Binary 1101110 111100 1001011 0 101101 100000 111001 101010110 11101 100001

Color Harmonies of #6E3C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3C4B

Black with #6E3C4B

Text Example


Text Example

White with #6E3C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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