#6E3C4B

Color #6E3C4B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #6E3C4B

Tints of Tawny Port #6E3C4B

Color information

#6E3C4B (or 0x6E3C4B) is unknown color: approx 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

RGB1106075-
CMYK00.450.320.57
HSL342º29.41%33.33%-
HSV(B)342º45.45%43.14%-
XYZ9.327.057.53-
YUV76.66127.06151.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=44.90%
G=24.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110607500.450.320.5734229.4133.33
Hex6E3C4B02D20391561d21
Octal1567411305540715263541
Binary11011101111001001011010110110000011100110101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>